Skip to content

Commit 8015842

Browse files
committed
Updated for Github actions.
1 parent 167fb2a commit 8015842

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout your repository using git
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v3
2222
- name: Install, build, and upload your site
2323
uses: withastro/action@v1
24-
with:
25-
path: .
26-
node-version: 20
27-
- name: Upload artifact
28-
uses: actions/upload-artifact@v4
29-
with:
30-
name: github-pages
31-
path: ./dist
32-
if-no-files-found: error
24+
# with:
25+
# path: .
26+
# node-version: 20
27+
# - name: Upload artifact
28+
# uses: actions/upload-artifact@v4
29+
# with:
30+
# name: github-pages
31+
# path: ./dist
32+
# if-no-files-found: error
3333

3434
deploy:
3535
needs: build
@@ -38,10 +38,10 @@ jobs:
3838
name: github-pages
3939
url: ${{ steps.deployment.outputs.page_url }}
4040
steps:
41-
- name: Download artifact
42-
uses: actions/download-artifact@v4
43-
with:
44-
name: github-pages
41+
# - name: Download artifact
42+
# uses: actions/download-artifact@v4
43+
# with:
44+
# name: github-pages
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)