diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/doxygen.yml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 00338bb..604d28a 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -2,9 +2,9 @@ name: Generate Documentation on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] workflow_dispatch: permissions: @@ -58,22 +58,6 @@ jobs: run: | python3 m.css/documentation/doxygen.py Doxyfile - - name: Verify documentation exists - run: | - ls -R documentation/html - - deploy-docs: - needs: build-docs - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Download artifact - uses: actions/download-artifact@v4 - with: - name: github-pages - - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: |
