Skip to content

Commit

Permalink
Added CNAME to dist/ && made jest-tests run on master pushes (monka)
Browse files Browse the repository at this point in the history
  • Loading branch information
machine-moon committed Jan 29, 2025
1 parent e65441f commit d9fc913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Create .nojekyll file
run: touch dist/.nojekyll

- name: Create CNAME file
run: echo "carletonai.com" > dist/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit d9fc913

Please sign in to comment.