mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
test move executable build-package-pages
This commit is contained in:
parent
a4055a9bd0
commit
34e7ddb3c0
2 changed files with 2 additions and 1 deletions
3
.github/workflows/staging.yml
vendored
3
.github/workflows/staging.yml
vendored
|
@ -40,9 +40,10 @@ jobs:
|
||||||
uses: getneil/jq-action@v1
|
uses: getneil/jq-action@v1
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
cmd: '.github/build-package-pages.sh src/data/packages.json src/content/packages'
|
cmd: './scripts/build-package-pages.sh src/data/packages.json src/content/packages'
|
||||||
|
|
||||||
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
||||||
|
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
|
Loading…
Reference in a new issue