Skip to content

Commit

Permalink
Update docs.yml, generate_pr_gold.yml, new_pre_release.yml too
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 18, 2024
1 parent 6d7cf05 commit 3998496
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 71 deletions.
21 changes: 0 additions & 21 deletions .github/actions/setup/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/setup/action.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/actions/setup/setup.sh

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ jobs:
with:
submodules: 'recursive'

- name : Install just
uses: extractions/setup-just@v2
with:
just-version: 1.26.0

- name: Compile and Install ldmx-sw
uses: ./.github/actions/setup
run: |
just install-denv init configure-force-error
just build
shell: bash

# The rest of the steps are building docs
# Since the build is made and tested above,
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/generate_pr_gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:
with:
submodules: 'recursive'

- name : Install just
uses: extractions/setup-just@v2
with:
just-version: 1.26.0

- name: Compile and Install ldmx-sw
uses: ./.github/actions/setup
run: |
just install-denv init configure-force-error
just build
shell: bash

- name: Package ldmx-sw Into Artifact
run: tar cf ldmx-sw-package.tar install/ .github/
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/new_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
submodules: 'recursive'
ref: ${{ github.event.inputs.branch }}

- name : Install just
uses: extractions/setup-just@v2
with:
just-version: 1.26.0

- name: Compile and Install ldmx-sw
uses: ./.github/actions/setup
run: |
just install-denv init configure-force-error
just build
shell: bash

- name: Package ldmx-sw Into Artifact
run: tar cf ldmx-sw-package.tar install/ .github/
Expand Down

0 comments on commit 3998496

Please sign in to comment.