File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v1
2323 - name : Set up Node.js
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v1
2525 with :
2626 node-version : ' 20'
2727 - name : Install dependencies
@@ -43,14 +43,14 @@ jobs:
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v1
4747 - name : Download artifact
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v1
4949 with :
5050 name : github-pages # Name should match the uploaded artifact name
5151 - name : List files after download
5252 run : ls -l # Confirm the artifact was downloaded correctly
5353 - name : Deploy to GitHub Pages
54- uses : actions/deploy-pages@v4
54+ uses : actions/deploy-pages@v1
5555 with :
5656 token : ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
You can’t perform that action at this time.
0 commit comments