Skip to content

Commit

Permalink
update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jabali2004 committed Mar 14, 2021
1 parent 0749b82 commit 930881b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
command: doc
args: --all --no-deps

- name: Create index html
run: touch ./target/doc/index.html

- name: Add redirect to index html
run: echo '<meta http-equiv="refresh" content="0; url=strapi_data_replicator/index.html"> <a href="strapi_data_replicator/index.html">Redirect</a>' > ./target/doc/index.html

- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 930881b

Please sign in to comment.