File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tests/data/test_package_generation/.github/workflows
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353 JEKYLL_ENV : production
5454 - name : Upload artifact
5555 # Automatically uploads an artifact from the './_site' directory by default
56- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
56+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
5757 with :
5858 path : docs/_site
5959
6868 steps :
6969 - name : Deploy to GitHub Pages
7070 id : deployment
71- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
71+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
Original file line number Diff line number Diff line change 3434
3535 - name : Upload built docs as artifact
3636 id : deployment
37- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
37+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
3838 with :
3939 path : site
4040
5151 steps :
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
54+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
Original file line number Diff line number Diff line change 3434
3535 - name : Upload built docs as artifact
3636 id : deployment
37- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
37+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
3838 with :
3939 path : site
4040{% if cookiecutter.deploy_docs_to_github_pages %}
5151 steps :
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
54+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
5555{%- endif %}
You can’t perform that action at this time.
0 commit comments