We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db7a86 commit 5df7386Copy full SHA for 5df7386
.github/workflows/deploy-cran-repo.yml
@@ -38,6 +38,8 @@ jobs:
38
pkgdown:
39
needs: rwasmbuild
40
runs-on: ubuntu-latest
41
+ environment:
42
+ name: github-pages
43
# Only restrict concurrency for non-PR jobs
44
concurrency:
45
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
0 commit comments