more yaml

This commit is contained in:
silverwind 2023-09-08 17:06:31 +02:00
parent 5711f9cb62
commit b35f661ffb
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

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