diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3b81274..42d28d0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,14 +19,7 @@ jobs: - name: Sphinx build run: | sphinx-build docs _build - # - name: Create .nojekyll file - # run: touch .nojekyll + - name: Create .nojekyll file + run: touch .nojekyll - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - with: - publish_branch: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: / - enable_jekyll: false - force_orphan: true \ No newline at end of file + run: mkdocs gh-deploy --force \ No newline at end of file