From 5cd1d3127d674eb2114bb1619701f6cf3314f3ed Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Wed, 27 Nov 2024 10:42:59 +0300 Subject: [ci] publish pages fix --- .github/workflows/doxygen.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3