Skip to content

Commit 855a73f

Browse files
committed
yml
1 parent def5a21 commit 855a73f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
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

0 commit comments

Comments
 (0)