Skip to content

Commit

Permalink
hopefully fix cname
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jun 24, 2024
1 parent 9bba583 commit 7bea3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./public
cname: hugo.freenet.org

0 comments on commit 7bea3ca

Please sign in to comment.