We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0692b22 commit c3bb66eCopy full SHA for c3bb66e
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ permissions:
14
pages: write
15
id-token: write
16
jobs:
17
- build:
+ build-jekyll:
18
runs-on: ubuntu-latest
19
environment:
20
name: github-pages
@@ -46,6 +46,13 @@ jobs:
46
ADD_JEKYLL_ARGS: --baseurl "${{ steps.pages.outputs.base_path }}"
47
- name: Upload Artifacts
48
uses: actions/upload-pages-artifact@v1
49
+ deploy:
50
+ runs-on: ubuntu-latest
51
+ needs: build-jekyll
52
+ environment:
53
+ name: github-pages
54
+ url: ${{steps.deployment.outputs.page_url}}
55
+ steps:
56
- name: Deploy to GitHub Pages
57
id: deployment
58
uses: actions/deploy-pages@v2
0 commit comments