Update .github/workflows/build_docs.yml

Co-Authored-By: Jan Speller <j-speller@outlook.com>
This commit is contained in:
Bastian Schroll 2020-04-18 15:18:30 +02:00 committed by GitHub
parent 72c795562b
commit 1680490ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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