diff --git a/.gitea/workflows/gh-pages.yml b/.gitea/workflows/gh-pages.yml new file mode 100644 index 0000000..1c72603 --- /dev/null +++ b/.gitea/workflows/gh-pages.yml @@ -0,0 +1,16 @@ +name: GitHub Pages + +on: + push: + branches: [main] + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Deploy + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./docs