Skip to content

Commit

Permalink
ci: add cname
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 6, 2024
1 parent 282a663 commit cb1a825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/web
publish_dir: ./build/web
cname: ${{ vars.CNAME }}

0 comments on commit cb1a825

Please sign in to comment.