diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52fcd08..20dbab4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - name: Install Node Modules run: npm ci @@ -37,6 +37,9 @@ jobs: run: npm run build --if-present working-directory: ./www + - name: Move CNAME file to Staging Directory + run: mv CNAME www/dist + - name: Deploy To Pages uses: peaceiris/actions-gh-pages@v3 with: diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..6d9a7aa --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +life.sarsoo.xyz \ No newline at end of file