GitHub pages flow fix, image errors and field duplication and field unfocus in mod submission fix #83

Merged
freakoverse merged 22 commits from staging into master 2024-10-18 10:08:43 +00:00
Showing only changes of commit 3d064113c5 - Show all commits

View File

@ -43,7 +43,7 @@ jobs:
echo "VITE_REPORTING_NPUB=${{ vars.VITE_REPORTING_NPUB }}" >> .env echo "VITE_REPORTING_NPUB=${{ vars.VITE_REPORTING_NPUB }}" >> .env
cat .env cat .env
- name: Build - name: Build
run: npm run build -- --base=${{ github.repository }} run: npm run build -- --base=https://deg-mods.github.io/DEGMods/
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v4 uses: actions/configure-pages@v4
- name: Upload artifact - name: Upload artifact