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 649979d commit 917dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
BASE_URL: "/${{ github.event.repository.name }}/"
VITE_GITHUB_TOKEN: ${{ secrets.VITE_GITHUB_TOKEN }}
- name: CNAME
run: echo "${{ vars.CNAME }} > ./dist/CNAME"
run: echo "${{ vars.CNAME }}" > ./dist/CNAME
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 917dc58

Please sign in to comment.