Skip to content

Commit

Permalink
change permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 28, 2024
1 parent 6dfba54 commit f815928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs_page_workblow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
- name: Execute script to build our documentation and update pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "docs/buildDocs.sh"
run: |
chmod +x docs/buildDocs.sh
"docs/buildDocs.sh"
shell: bash

0 comments on commit f815928

Please sign in to comment.