ci: AAAAAAAAAAAAAAAAAAAA
All checks were successful
Public Preview Builds / publish-preview (push) Successful in 48s
All checks were successful
Public Preview Builds / publish-preview (push) Successful in 48s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
ee53a62e54
commit
6a4426fbee
1 changed files with 4 additions and 4 deletions
8
.github/workflows/documentation.yaml
vendored
8
.github/workflows/documentation.yaml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Benchmarks]
|
||||
types: [completed]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/_site
|
||||
|
|
Loading…
Reference in a new issue