We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ef184 commit 0707e88Copy full SHA for 0707e88
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
# base_href: /ModBrowser/
45
46
- name: Configure URL
47
- run: echo "mods.sporecommunity.com" > CNAME
+ run: echo "mods.sporecommunity.com" > ${{ env.PUBLISH_PATH }}/CNAME
48
49
- name: Deploy to GitHub Pages
50
uses: peaceiris/actions-gh-pages@v4
0 commit comments