Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PigeonsHouse committed Oct 15, 2023
1 parent cbfe6ce commit ba8aee0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
with:
cmd: build

- name: create CNAME
run: |
echo "logo-gen.compositecomputer.club" >> CNAME
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
BRANCH: gh-pages
FOLDER: dist
CNAME: logo-gen.compositecomputer.club

0 comments on commit ba8aee0

Please sign in to comment.