From 2127075ef18dd3879e61d984594a9f65cbe83459 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:26:58 +0100 Subject: [PATCH] Remove working-directory --- .github/workflows/generate_documentation.yml | 1 - 1 file changed, 1 deletion(-) 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