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 f4b52bc commit c3dd65cCopy full SHA for c3dd65c
.github/workflows/push-gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
# Check out the repository
28
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29
# Push the `website/public` directory to `gh-pages` via `git subtree push`
30
- name: Push to gh-pages branch
31
run: git push origin `git subtree split --prefix website/public main`:gh-pages --force
0 commit comments