Skip to content

Commit

Permalink
Re-attempting deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Nov 25, 2023
1 parent 9041a1d commit a2643ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
env:
PUBLIC_URL: https://monicauxui.design

jobs:
build:
name: Build gh-page
Expand All @@ -27,7 +30,7 @@ jobs:
mv /tmp/build/ . &&
mv build/index.html . &&
mv build public &&
ls
mv
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.monicauxui.design

0 comments on commit a2643ca

Please sign in to comment.