Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 23, 2024
1 parent 4913c9c commit 56e00e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
entrypoint: mkdocs
args: build --config-file=mkdocs.en.yml

- name: Ensure permissions for site directory
run: sudo chmod -R 777 site

- name: Copy redirect index page
run: cp docs/index.html site/index.html

Expand Down

0 comments on commit 56e00e3

Please sign in to comment.