diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index f6e1ee4d8c..4b662dee72 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -36,7 +36,7 @@ jobs: if: github.ref == 'refs/heads/test-gh-pages' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./html + publish_dir: ./public \ No newline at end of file