diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2ed1addad..eb4c05db7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -98,12 +98,14 @@ jobs: with: name: js path: ./altv-types/docs/ + include-hidden-files: 'true' - name: Upload artifacts uses: actions/upload-artifact@v3 if: "env.PRODUCTION == 'false'" with: name: nightly-js path: ./altv-types/docs/ + include-hidden-files: 'true' cs: runs-on: windows-2019 needs: bootstrap @@ -144,12 +146,14 @@ jobs: with: name: cs path: ./coreclr-module/docs/ + include-hidden-files: 'true' - name: Upload artifacts uses: actions/upload-artifact@v3 if: "env.PRODUCTION == 'false'" with: name: nightly-cs path: ./coreclr-module/docs/ + include-hidden-files: 'true' sdk: runs-on: windows-2019 needs: bootstrap