Skip to content

Commit

Permalink
improve build process
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Jul 15, 2024
1 parent c04142c commit d5d9424
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
npm ci
npm run build
touch out/.nojekyll
echo "www.kajgm.com" > out/CNAME
- name: Deploy to gh-pages branch
run: |
Expand Down
File renamed without changes.
Empty file removed src/public/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion src/public/CNAME

This file was deleted.

0 comments on commit d5d9424

Please sign in to comment.