Added chmod to github-pages.yml to execute the Makefile without permission issues

pull/98/head
Fong Yoong 4 years ago
parent 752203e5fb
commit b3d1f71b73

@ -13,6 +13,7 @@ jobs:
- run: sudo apt install linuxbrew-wrapper
- run: brew install coreutils
#- run: cargo install mdbook
- run: chmod 777 -R ./
- run: make github_pages
- name: Setup mdBook

Loading…
Cancel
Save