on: [push] jobs: test: runs-on: bookworm container: minidocks/mkdocs steps: - name: Add NodeJs run: | uname -a apk add nodejs npm - name: Checkout repository 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