Skip to content

Commit 48ca970

Browse files
committed
M8: Fix Pages workflow - use v4 actions (v5 doesn't exist)
Use v4 actions which are the latest stable versions Made-with: Cursor
1 parent b245247 commit 48ca970

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ jobs:
2727
with:
2828
lfs: true
2929
- name: Setup Pages
30-
uses: actions/configure-pages@v5
30+
uses: actions/configure-pages@v4
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v4
32+
uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: docs
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v5
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)