ci: AAAAAAAAAAAAAAAAAAAA
Public Preview Builds / publish-preview (push) Successful in 48s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-27 15:45:53 +01:00
parent ee53a62e54
commit 6a4426fbee
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 4 deletions

View File

@ -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