Update main.yml

This commit is contained in:
Saturn&Eric 2022-05-09 06:17:47 +08:00 committed by GitHub
parent 5f4fbd918e
commit c70b2d8b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
name: Doxygen GitHub Pages Deploy Action name: Doxygen GitHub Pages Deploy Action
on: on:
schedule:
- cron: '30 4 ? * *'
push: push:
branches: [ main, 'develop' ] branches: [ main, 'develop' ]
repository_dispatch:
types: [code_push]
jobs: jobs:
deploy: deploy:
@ -14,6 +14,7 @@ jobs:
with: with:
repository: saturneric/GpgFrontend repository: saturneric/GpgFrontend
submodules: recursive submodules: recursive
ref: ${{ github.event.client_payload.message.branch }}
path: GpgFrontend path: GpgFrontend
- uses: actions/checkout@v3 - uses: actions/checkout@v3