Skip to content

Commit

Permalink
chore: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed Jul 9, 2024
1 parent 755e277 commit 7b88e49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b88e49

Please sign in to comment.