diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 03b3027..3ac0122 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,6 @@ concurrency: jobs: build: - runs-on: ubuntu-latest strategy: @@ -68,9 +67,6 @@ jobs: uses: actions/configure-pages@v2 - name: Upload artifact uses: actions/upload-pages-artifact@v1 - with: - # Upload entire repository - path: ./dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1