Skip to content

Commit 0707e88

Browse files
authored
fix file path
1 parent 30ef184 commit 0707e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# base_href: /ModBrowser/
4545

4646
- name: Configure URL
47-
run: echo "mods.sporecommunity.com" > CNAME
47+
run: echo "mods.sporecommunity.com" > ${{ env.PUBLISH_PATH }}/CNAME
4848

4949
- name: Deploy to GitHub Pages
5050
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)