Skip to content

Commit 7263fc5

Browse files
authored
Merge pull request #138 from CCPBioSim/jimboid-patch-1
2 parents 5524ad9 + d0a84d7 commit 7263fc5

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cd pages
3030
make
31-
cp ../workshop.json build/html
31+
cp ../assets.json build/html
3232
3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v4.0.0

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "branch exists, checking it out"
3939
git checkout version-updates
4040
fi
41-
jq --arg a "${{ github.event.client_payload.tag }}" '.containers."${{ github.event.client_payload.repo }}".latest = ($a)' workshop.json | jq "." | cat > workshop2.json; mv workshop2.json workshop.json
41+
jq --arg a "${{ github.event.client_payload.tag }}" '.containers."${{ github.event.client_payload.repo }}".latest = ($a)' assets.json | jq "." | cat > assets2.json; mv assets2.json assets.json
4242
cat workshop.json
4343
if [ -z "$(git status --porcelain)" ]; then
4444
echo "no changes detected"

workshop.json renamed to assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@
162162
"longdesc": ""
163163
}
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)