Skip to content

Commit

Permalink
debug: debug ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lllAlexanderlll committed Jan 15, 2024
1 parent 1c510e2 commit 3cf1ed3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request Docs Check"
name: "Build Sphinx Documentation"

on:
push:
Expand All @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check path
run: |
pwd
ls -alsh
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"

0 comments on commit 3cf1ed3

Please sign in to comment.