From b35f661ffba40fbe4f8386716929bb6eecfae70f Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 8 Sep 2023 17:06:31 +0200 Subject: [PATCH] more yaml --- multiline.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/multiline.yaml b/multiline.yaml index 9260a2a..4198d1c 100644 --- a/multiline.yaml +++ b/multiline.yaml @@ -17,3 +17,23 @@ parent: f: >+ multiline folded keep line 2 + +on: + push: + branches: + - main + schedule: + - cron: '0 */6 * * *' # every six hours on the hour + +jobs: + build-docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: https://github.com/actions/setup-node@v3 + with: + node-version: 18 + - name: install necessary tools + run: | + apt update -y && apt install -y rsync python python3-pip + pip install awscli