Skip to content

Commit

Permalink
add per
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Sep 12, 2023
1 parent c38a513 commit c3d1722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mike
- name: Build MkDocs site
run: mkdocs build
- name: Change permissions
run: chmod -R 777 ./
run: chmod -R 777 site/
- name: Copy CNAME
run: cp CNAME ./site
run: cp CNAME site/
- run: mkdocs gh-deploy --force

0 comments on commit c3d1722

Please sign in to comment.