We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cf920 commit c978602Copy full SHA for c978602
docs/content/documentation/deployment/github-pages.md
@@ -46,9 +46,9 @@ jobs:
46
if: github.ref == 'refs/heads/main'
47
steps:
48
- name: checkout
49
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.0.0
50
- name: build_and_deploy
51
- uses: shalzz/zola-deploy-action@v0.14.1
+ uses: shalzz/zola-deploy-action@v0.16.1
52
env:
53
# Target branch
54
PAGES_BRANCH: gh-pages
0 commit comments