diff --git a/.github/workflows/build_deploy_master.yml b/.github/workflows/build_deploy_master.yml index a7ae706..21290ac 100644 --- a/.github/workflows/build_deploy_master.yml +++ b/.github/workflows/build_deploy_master.yml @@ -29,10 +29,9 @@ jobs: - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3 with: - path: ./out + path: out - name: Publish to GitHub Pages 🚀 - id: deployment uses: actions/deploy-pages@v4 #- name: Deploy to gh-pages branch diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index 6e4d6cf..e5a52d3 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -35,10 +35,9 @@ jobs: - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3 with: - path: ./out + path: out - name: Publish to GitHub Pages 🚀 - id: deployment uses: actions/deploy-pages@v4 #- name: Deploy to gh-pages-dev branch