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 f5812aa commit a94c800Copy full SHA for a94c800
.github/workflows/release.yaml
@@ -205,7 +205,7 @@ jobs:
205
206
- name: Deploy Pages
207
uses: peaceiris/actions-gh-pages@v4
208
- if: ${{ needs.prerelease.outputs.value }}
+ if: ${{ !needs.prerelease.outputs.value }}
209
with:
210
github_token: ${{secrets.GITHUB_TOKEN}}
211
publish_branch: gh-pages
README.md
@@ -23,8 +23,6 @@
23
24
`just` is a handy way to save and run project-specific commands.
25
26
-Hello!
27
-
28
This readme is also available as a [book](https://just.systems/man/en/). The
29
book reflects the latest release, whereas the
30
[readme on GitHub](https://github.com/casey/just/blob/master/README.md)
0 commit comments