Skip to content

Commit 9406d6a

Browse files
committed
Upgrade ref
1 parent a911967 commit 9406d6a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: "Build and Deploy"
22
on:
3-
schedule:
4-
- cron: '0 11 * * 6'
53
push:
64
branches:
75
- main
@@ -39,12 +37,12 @@ jobs:
3937

4038
- name: Setup Pages
4139
id: pages
42-
uses: actions/configure-pages@v3
40+
uses: actions/configure-pages@v4
4341

4442
- name: Setup Ruby
4543
uses: ruby/setup-ruby@v1
4644
with:
47-
ruby-version: 3.2
45+
ruby-version: 3.3
4846
bundler-cache: true
4947

5048
- name: Build site
@@ -55,11 +53,11 @@ jobs:
5553
- name: Test site
5654
run: |
5755
bundle exec htmlproofer _site \
58-
\-\-disable-external=true \
56+
\-\-disable-external \
5957
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
6058
6159
- name: Upload site artifact
62-
uses: actions/upload-pages-artifact@v3.0.1
60+
uses: actions/upload-pages-artifact@v3
6361
with:
6462
path: "_site${{ steps.pages.outputs.base_path }}"
6563

@@ -72,4 +70,4 @@ jobs:
7270
steps:
7371
- name: Deploy to GitHub Pages
7472
id: deployment
75-
uses: actions/deploy-pages@v2
73+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)