File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,32 +13,8 @@ concurrency:
1313 cancel-in-progress : false
1414
1515jobs :
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 }}
You can’t perform that action at this time.
0 commit comments