Actions_tests/.forgejo/workflows/demo.yaml
Yann Kervran 880096bed4
Some checks failed
/ test (push) Failing after 3s
test
2024-04-16 10:15:44 +02:00

17 lines
No EOL
351 B
YAML

on: [push]
jobs:
test:
runs-on: bookworm
container: minidocks/mkdocs
steps:
- name: Add NodeJs
run: |
nvm install 8.0
- name: Checkout repository
uses: actions/checkout@v3
- name: Show content
run: |
pwd
ls -al
- name: Compile mkdocs
run: mkdocs build