Skip to content

Commit f1d2603

Browse files
committed
Use shared Pages workflow
1 parent 9ae1b44 commit f1d2603

1 file changed

Lines changed: 5 additions & 29 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,8 @@ concurrency:
1313
cancel-in-progress: false
1414

1515
jobs:
16-
build:
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v6
21-
22-
- name: Set up Ruby
23-
uses: ruby/setup-ruby@v1
24-
with:
25-
bundler-cache: true
26-
27-
- name: Set up Pages
28-
uses: actions/configure-pages@v5
29-
30-
- name: Build with Jekyll
31-
uses: actions/jekyll-build-pages@v1
32-
33-
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v4
35-
36-
deploy:
37-
runs-on: ubuntu-latest
38-
needs: build
39-
environment:
40-
name: github-pages
41-
url: ${{ github.event.repository.homepage }}
42-
steps:
43-
- name: Deploy to GitHub Pages
44-
uses: actions/deploy-pages@v4
16+
pages:
17+
uses: cmbuckley/.github/.github/workflows/pages.yml@main
18+
secrets: inherit
19+
with:
20+
environment_url: ${{ github.event.repository.homepage }}

0 commit comments

Comments
 (0)