Skip to content

Commit

Permalink
Add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist authored Aug 1, 2023
1 parent 6cd33ca commit 9be8125
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
nimble install -y nimibook
nimble docs
cd out
echo "nova.nim.town" > CNAME
- name: Deploy to GitHub Pages
if: success()
Expand All @@ -36,4 +39,4 @@ jobs:
build_dir: out
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 9be8125

Please sign in to comment.