Skip to content

Commit

Permalink
Write CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredliw authored Oct 2, 2024
1 parent 66bdabb commit bd95e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Write CNAME
run: cp CNAME ./public/CNAME
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -69,4 +71,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit bd95e6f

Please sign in to comment.