mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
CI: Publish stable book before master (#8621)
This commit is contained in:
parent
5ce1c30f77
commit
ef1f4f31b6
14
.github/workflows/gh-pages.yml
vendored
14
.github/workflows/gh-pages.yml
vendored
@ -26,16 +26,16 @@ jobs:
|
|||||||
OUTDIR=$(basename ${{ github.ref }})
|
OUTDIR=$(basename ${{ github.ref }})
|
||||||
echo "OUTDIR=$OUTDIR" >> $GITHUB_ENV
|
echo "OUTDIR=$OUTDIR" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Deploy
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./book/book
|
|
||||||
destination_dir: ./${{ env.OUTDIR }}
|
|
||||||
|
|
||||||
- name: Deploy stable
|
- name: Deploy stable
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: startswith(github.ref, 'refs/tags/')
|
if: startswith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./book/book
|
publish_dir: ./book/book
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./book/book
|
||||||
|
destination_dir: ./${{ env.OUTDIR }}
|
||||||
|
Loading…
Reference in New Issue
Block a user