Skip to content

Commit

Permalink
Try to fix server issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Nov 24, 2023
1 parent e05ed85 commit b01ba34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Build and Deploy
env:
PUBLIC_URL: https://monicauxui.design
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -31,13 +29,17 @@ jobs:
run: npm install --omit=dev
- name: Build
run: npm run build
- name: Configure server path
- name: Configure server filepath
run: >
mkdir /tmp/source_rm &&
mv * /tmp/source_rm &&
mv /tmp/source_rm/build public &&
rm -r /tmp/source_rm &&
ls
mv public/index.html . &&
rm -r /tmp/source_rm
- name: debug
run: ls
- name: debug2
run: ls public
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
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 b01ba34

Please sign in to comment.