Skip to content

Commit dcfafae

Browse files
authored
Revert changes and add include-hidden-files to upload-artifact
1 parent ed0d83e commit dcfafae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-site.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
name: repo-zip
3232
path: .
33+
include-hidden-files: 'true'
3334

3435
build:
3536
needs: automate-metrics
@@ -39,6 +40,10 @@ jobs:
3940
environment_name: pythia
4041
path_to_notebooks: 'portal'
4142
build_command: 'make -j4 html'
43+
build_from_code_artifact: 'true'
44+
code_artifact_name: 'repo-zip'
45+
workflow: ''
46+
workflow_conclusion: ''
4247
deploy:
4348
needs: build
4449
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

0 commit comments

Comments
 (0)