Skip to content

Commit bc762cc

Browse files
committed
chore(ci): change branch and update pages actions
1 parent f881b24 commit bc762cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jekyll-gh-pages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["minemacs-ng"]
88
paths:
99
- "**.md"
1010
- "docs/**"
@@ -30,16 +30,16 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Pages
35-
uses: actions/configure-pages@v3
35+
uses: actions/configure-pages@v5
3636
- name: Build with Jekyll
3737
uses: actions/jekyll-build-pages@v1
3838
with:
3939
source: ./
4040
destination: ./_site
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v3
4343

4444
# Deployment job
4545
deploy:
@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)