Skip to content

Commit

Permalink
fix: make CNAME configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed Apr 6, 2023
1 parent ff6ce11 commit 43bd16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Finalize dist directory
run: |
touch dist/.nojekyll
echo -n "rustexp.alexanderschroeder.net" > dist/CNAME
echo -n "${{ vars.CNAME }}" > dist/CNAME
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 43bd16c

Please sign in to comment.