Skip to content

Commit

Permalink
ci: generate CNAME when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonpole committed Oct 21, 2024
1 parent d9efefa commit 614433a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
BASE_URL: "/${{ github.event.repository.name }}/"
VITE_GITHUB_TOKEN: ${{ secrets.VITE_GITHUB_TOKEN }}
- name: CNAME
run: echo "{{ vars.CNAME }} > dist/CNAME"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 614433a

Please sign in to comment.