Add PAGES_REPO_NWO environment variable to GitHub Actions workflow for deployment

This commit is contained in:
Z. Cliffe Schreuders
2025-09-23 14:33:17 +01:00
parent 6527423a66
commit 737164b471

View File

@@ -42,6 +42,7 @@ jobs:
bundle exec jekyll build --verbose
env:
JEKYLL_ENV: production
PAGES_REPO_NWO: cliffe/HacktivityLabSheets
- name: Upload artifact
uses: actions/upload-pages-artifact@v3