File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/data/test_package_generation/.github/workflows
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
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
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
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 %}
You can’t perform that action at this time.
0 commit comments