From 7b88e498349748ac68b7fc6c8dc931eff0886377 Mon Sep 17 00:00:00 2001 From: Roman Khabarov Date: Tue, 9 Jul 2024 20:05:43 +0200 Subject: [PATCH] chore: deploy --- .github/workflows/deploy-docs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/deploy-docs.yml 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