diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f0da01a..5a1de40 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: - name: Move Documentation working-directory: ${{github.workspace}}/PTN-Engine/ - run: mkdir master; mv ./FullDocumentation ./master + run: mkdir master; mv ./FullDocumentation ./master; ls master/FullDocumentation - name: Upload artifact uses: actions/upload-pages-artifact@v2