Skip to content

Commit 489dc51

Browse files
authored
Merge pull request #100 from treeform/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 0cd6efa + 3a3d55e commit 489dc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Copy to index.html"
2121
run: cp ${{ env.deploy-dir }}/${{ github.event.repository.name }}.html ${{ env.deploy-dir }}/index.html
2222
- name: Deploy documents
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ${{ env.deploy-dir }}

0 commit comments

Comments
 (0)