Open das-g opened 3 years ago
check that workflows that do not trigger a deployment (for branches other than
master
) produced the expected result
I guess that makes sense can help with reviewing PRs. I would probably not generate them on pushes to master
though since we already update gh-pages.
use the tutorial offline (see e.g. this question in our Gitter chatroom)
For that you can already download the gh-pages
branch: https://github.com/DjangoGirls/tutorial/archive/refs/heads/gh-pages.zip
Issue description
Make the HTML files generated by the GitHub action downloadable. This would have several use-cases:
master
) produced the expected resultI guess this can be achieved by declaring result directory to be an artifact? (Here's GitHub's documentation on how to download GitHub Actions workflow artifacts.)
Language
all
Operating system
n/a