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 279939c commit 246bee0Copy full SHA for 246bee0
.github/workflows/build-book.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Push to GitHub Pages
57
# Only push if on main branch
58
if: github.ref == 'refs/heads/main'
59
- uses: peaceiris/actions-gh-pages@v3.8.0
+ uses: peaceiris/actions-gh-pages@v4.0.0
60
with:
61
github_token: ${{ secrets.GITHUB_TOKEN }}
62
publish_dir: ./_build/html
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Add issue to project
13
id: add-to-project
14
- uses: actions/add-to-project@v1.0.1
+ uses: actions/add-to-project@v1.0.2
15
16
project-url: https://github.com/orgs/pyOpenSci/projects/3
17
# This is a organization level token so it can be used across all repos in our org
0 commit comments