diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index 7f2c472..6cb9a68 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -22,8 +22,6 @@ jobs: run: npm install - name: Build run: npm run build - - name: List public directory - run: ls -alh ./public - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 with: @@ -41,7 +39,11 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3 + # env: + # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + # DEPLOYMENT_KEY: ${{ secrets.DEPLOYMENT_KEY }} + # Temporarily skip Docker and Kubernetes deployment steps