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 5e2606a commit 77f7dddCopy full SHA for 77f7ddd
.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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