Skip to content

Commit a380069

Browse files
committed
CI: use different pages deploy action.
1 parent ff9c2df commit a380069

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,14 @@ jobs:
3030
runs-on: ubuntu-latest
3131
needs: build
3232
steps:
33-
- name: Check out source code
34-
uses: actions/checkout@v4
35-
with:
36-
ref: pages
3733
- name: Download artifact
3834
uses: actions/download-artifact@v4
3935
with:
4036
name: pages
4137
path: .
42-
- name: Commit changes
43-
uses: stefanzweifel/git-auto-commit-action@v6
38+
- name: Deploy artifact
39+
uses: JamesIves/github-pages-deploy-action@releases/v4
4440
with:
45-
commit_message: "Deploy website."
41+
folder: .
42+
branch: pages
43+
single-commit: true

0 commit comments

Comments
 (0)