Skip to content

Commit

Permalink
more yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 8, 2023
1 parent 5711f9c commit b35f661
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions multiline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b35f661

Please sign in to comment.