Skip to content

Commit a94c800

Browse files
committed
Only deploy to pages on actual releases
1 parent f5812aa commit a94c800

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Deploy Pages
207207
uses: peaceiris/actions-gh-pages@v4
208-
if: ${{ needs.prerelease.outputs.value }}
208+
if: ${{ !needs.prerelease.outputs.value }}
209209
with:
210210
github_token: ${{secrets.GITHUB_TOKEN}}
211211
publish_branch: gh-pages

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
`just` is a handy way to save and run project-specific commands.
2525

26-
Hello!
27-
2826
This readme is also available as a [book](https://just.systems/man/en/). The
2927
book reflects the latest release, whereas the
3028
[readme on GitHub](https://github.com/casey/just/blob/master/README.md)

0 commit comments

Comments
 (0)