Actions_tests/.forgejo/workflows/demo.yaml
Workflow config file is invalid. Please check your config file: yaml: line 10: did not find expected key
2024-04-16 10:40:22 +02:00

22 lines
No EOL
546 B
YAML

on: [push]
jobs:
test:
runs-on: bookworm
container: minidocks/mkdocs
steps:
- name: Add NodeJs
run: |
uname -a
apk add nodejs npm
- name: Checkout repository
- run: |
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
# uses: actions/checkout@v4
# with:
# github-server-url: https://git.numenaute.org/
- name: Show content
run: |
pwd
ls -al
- name: Compile mkdocs
run: mkdocs build