Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 25, 2023
1 parent 2894a91 commit 323915a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: bookdown

jobs:
bookdown:
runs-on: ubuntu-latest
runs-on: macOS-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
.vscode/settings.json

0 comments on commit 323915a

Please sign in to comment.