Skip to content

Commit

Permalink
move buildDocs out of docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 28, 2024
1 parent f815928 commit 1b06187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_page_workblow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod +x docs/buildDocs.sh
"docs/buildDocs.sh"
chmod +x buildDocs.sh
./buildDocs.sh
shell: bash
File renamed without changes.

0 comments on commit 1b06187

Please sign in to comment.