diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:42:59 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:42:59 +0300 |
| commit | 5cd1d3127d674eb2114bb1619701f6cf3314f3ed (patch) | |
| tree | e63d3fef952b068ce7032e3aceddd9a88e36461b /.github | |
| parent | ba1ea7ea9bbc1d18f2c8c931f7ed1fe4b592e7c2 (diff) | |
[ci] publish pages fix
Diffstat (limited to '.github')
| -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: |
