Skip to content

Commit 3cf8e16

Browse files
fix: disable Jekyll and add GitHub Actions workflow for Astro Pages deployments
1 parent c3a90f7 commit 3cf8e16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 20
2424

@@ -31,8 +31,8 @@ jobs:
3131
- name: Add .nojekyll
3232
run: touch dist/.nojekyll
3333

34-
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v2
34+
- name: Upload build output
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: ./dist
3838

@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)