mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-18 21:34:57 +01:00
Update .github/workflows/build_docs.yml
Co-Authored-By: Jan Speller <j-speller@outlook.com>
This commit is contained in:
parent
72c795562b
commit
1680490ca1
7
.github/workflows/build_docs.yml
vendored
7
.github/workflows/build_docs.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: build_docs
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
@ -33,4 +36,4 @@ jobs:
|
|||
password: ${{ secrets.SCP_PASSWORD }}
|
||||
source: "docu/site/**"
|
||||
target: ${{ secrets.SCP_TARGET_PATH }}
|
||||
strip_components: 2
|
||||
strip_components: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue