diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml new file mode 100644 index 0000000..0467b29 --- /dev/null +++ b/.github/workflows/deploy-docs.yml @@ -0,0 +1,14 @@ +name: CI +on: [push] + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: redkubes/docusaurus-deploy-action@v1 + with: + source-folder: docs + git-user: RozmarinUS + git-password: ${{ secrets.GITHUB_TOKEN }} + deployment-branch: gh-pages