Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
MertenD authored Jul 31, 2023
1 parent 2543f15 commit 8fd892f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ jobs:
python -m pip install --upgrade pip
pip install mkdocs
- name: Navigate to documentation directory
- name: Listing all directories 1
run: ls

- name: Navigate to documentation directory 1
run: cd documentation

- name: Listing all directories
- name: Listing all directories 2
run: ls

- name: Navigate to documentation directory 2
run: cd documentation

- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --clean

0 comments on commit 8fd892f

Please sign in to comment.