Skip to content

Commit

Permalink
as usual I forget to add dist/ to files I'm touching on build
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattRoss committed Mar 7, 2024
1 parent bddb34a commit 7704d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run: awk -i inplace '{gsub(/\/homepage/,"./homepage");}1' dist/index.html && awk -i inplace '{gsub(/=\//,"=./");}1' dist/index.html #Maybe there's one command to do this, I don't care, it's small and fast anyway

- run: echo www.wyatt.rs > CNAME
- run: echo www.wyatt.rs > dist/CNAME

- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 7704d9f

Please sign in to comment.