We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd41d commit ab41abfCopy full SHA for ab41abf
.github/workflows/gh-pages.yml
@@ -44,10 +44,6 @@ jobs:
44
runs-on: ubuntu-latest
45
needs: build
46
steps:
47
- - name: Download artifact
48
- uses: actions/download-artifact@v2
49
- with:
50
- name: react-build # Ensure this matches the artifact name in the build job
51
- name: Deploy to GitHub Pages
52
uses: actions/deploy-pages@v4 # Official GitHub Pages deploy action
53
with:
0 commit comments