Compare commits
1 commit
e0e86d9c51
...
8bcea717df
Author | SHA1 | Date | |
---|---|---|---|
|
8bcea717df |
|
@ -56,7 +56,7 @@ jobs:
|
||||||
jekyll build --verbose
|
jekyll build --verbose
|
||||||
- name: Deploy Jekyll site
|
- name: Deploy Jekyll site
|
||||||
id: deploy_site
|
id: deploy_site
|
||||||
if: ${{ ! forge.head.repo.fork }}
|
if: ${{ ! forge.pull_request.head.repo.fork }}
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJson(forge) }}'
|
echo '${{ toJson(forge) }}'
|
||||||
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
|
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
|
||||||
|
|
|
@ -12,7 +12,7 @@ env:
|
||||||
WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/"
|
WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/"
|
||||||
jobs:
|
jobs:
|
||||||
jekyll_cleanup:
|
jekyll_cleanup:
|
||||||
if: ${{ ! forge.head.repo.fork }}
|
if: ${{ ! forge.pull_request.head.repo.fork }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|
Loading…
Reference in a new issue