diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 354180f..bee2e52 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -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: @@ -69,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4