Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cfid: E1H6XLDEJ08BJK
s3id: hub.pkgx.sh
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
aws-access-key-id: ${{ secrets.WWW_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.WWW_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: pkgxdev/setup@v4
- run: pkgx hugo
- run: pkgx hugo deploy
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- pkgx.app
- mash.pkgx.sh
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm ci
- run: npm run build
env:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
indexer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: pkgxdev/pantry
path: pantry
Expand All @@ -46,7 +46,7 @@ jobs:
aws-secret-access-key: ${{ secrets.WWW_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: gh-pages
path: public/pkgs
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: pkgxdev/setup@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: pkgxdev/pantry
path: pantry
Expand Down Expand Up @@ -116,12 +116,12 @@ jobs:
needs: indexer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: pkgxdev/pantry
fetch-depth: 0 # needed to get git metadata for ordering purposes

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
path: utils

Expand Down
Loading