Skip to content

Commit

Permalink
make strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Mar 21, 2024
1 parent b2b70b6 commit a163052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: repo-w-metrics
path: repo.zip
name: 'repo-w-metrics'
path: 'repo.zip'

build:
needs: upload-zip
Expand All @@ -52,8 +52,8 @@ jobs:
environment_name: pythia
path_to_notebooks: 'portal'
build_command: 'make -j4 html'
build_from_code_artifact: true
code_artifact_name: repo-w-metrics
build_from_code_artifact: 'true'
code_artifact_name: 'repo-w-metrics'

deploy:
needs: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: repo-w-metrics
path: repo.zip
name: 'repo-w-metrics'
path: 'repo.zip'

find-pull-request:
needs: upload-zip
Expand Down

0 comments on commit a163052

Please sign in to comment.