File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 162162 "longdesc" : " "
163163 }
164164 }
165- }
165+ }
You can’t perform that action at this time.
0 commit comments