Skip to content

Commit

Permalink
update README.md && update doic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jabali2004 committed Mar 14, 2021
1 parent 930881b commit 4c7b5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ 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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Strapi Data Replicator

[![build](https://github.com/jabali2004/strapi-data-replicator/actions/workflows/build.yml/badge.svg)](https://github.com/jabali2004/strapi-data-replicator/actions/workflows/build.yml)
Expand All @@ -13,6 +14,8 @@ syncing specific database tables or collections.

The main goal is to simplify development with Strapi and enable easy and automated deployment.

[Documentation (Rust specific)](https://jabali2004.github.io/strapi-data-replicator/strapi_data_replicator/index.html)

## Requirements

> Supported environments are Linux (amd64) and Windows.
Expand Down

0 comments on commit 4c7b5ac

Please sign in to comment.