diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 873afd99..a2feec34 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -22,7 +22,6 @@ jobs: - name: Move Doxygen HTML files into Doxygen directory run: | mv docs/doxygen/html/* docs/doxygen - working-directory: ${{ github.workspace }} - name: Build JSDoc documentation uses: andstor/jsdoc-action@v1