Skip to content

Commit

Permalink
try to run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Dec 9, 2023
1 parent 5ca0f37 commit 956189e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:

jobs:
documentation:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ all: fmt tools/lib-sums.tsv build test README.md LICENSE.note ## build -> test -

.PHONY: docs
docs: build install README.md altdoc/reference_home.md ## Generate docs
Rscript -e 'future::plan(future::multicore); source("altdoc/altdoc_preprocessing.R"); altdoc::render_docs(freeze = TRUE, parallel = TRUE)'
Rscript -e 'future::plan(future::multicore); source("altdoc/altdoc_preprocessing.R"); altdoc::render_docs(freeze = FALSE, parallel = TRUE)'

.PHONY: docs-preview
docs-preview: ## Preview docs on local server. Needs `make docs`
Expand Down

0 comments on commit 956189e

Please sign in to comment.