Skip to content

Commit

Permalink
Bring back hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
deluvas1911 committed Oct 30, 2024
1 parent f5e1fb8 commit 985d0f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 985d0f6

Please sign in to comment.