Skip to content

Commit 3643501

Browse files
chore(deps): update actions/deploy-pages action to v5
1 parent d153433 commit 3643501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.name | lower }}/.github/workflows/deploy_docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: 'docs'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@v5
4848
{% endif -%}
4949
{% if cookiecutter.docc_custom_branch == "Yes" -%}
5050
- name: Build and Push Generated Documentation

0 commit comments

Comments
 (0)