diff --git a/.github/workflows/test_build_document_template.yml b/.github/workflows/test_build_document_template.yml index ae143a5..e87675a 100644 --- a/.github/workflows/test_build_document_template.yml +++ b/.github/workflows/test_build_document_template.yml @@ -10,5 +10,8 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 + - run: git status + - run: git branch + - run: cat README.md - run: pip install mkdocs mkdocs-material - run: mkdocs build