From b01ba341e73322c4a2afc4b5a6f02349c3c2ddd6 Mon Sep 17 00:00:00 2001 From: Jean Luis Urena Date: Fri, 24 Nov 2023 14:23:47 -0500 Subject: [PATCH] Try to fix server issues --- .github/workflows/build.yml | 12 +++++++----- CNAME | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 CNAME diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fc080f..6c70e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,4 @@ name: Build and Deploy -env: - PUBLIC_URL: https://monicauxui.design on: workflow_dispatch: push: @@ -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 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..0db7e6e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.monicauxui.design