Skip to content

Commit

Permalink
Merge pull request #9 from machbase/work/build_and_deploy
Browse files Browse the repository at this point in the history
build and deploy
  • Loading branch information
OutOfBedlam authored Aug 7, 2024
2 parents 795121c + ffd3195 commit 3e9c2d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y ca-certificates
- run: go install github.com/machbase/neo-pkgdev@6dac0ebe0cdb79e57dded2329411d7f9b23c8fce
- run: go install github.com/machbase/neo-pkgdev@e9705703a7aefb503708b20170220c4541549d5f
- uses: technote-space/get-diff-action@v6
id: get-diff
with:
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
run: |
mkdir /tmp/pkgs
- run: |
go install github.com/machbase/neo-pkgdev@6dac0ebe0cdb79e57dded2329411d7f9b23c8fce
go install github.com/machbase/neo-pkgdev@e9705703a7aefb503708b20170220c4541549d5f
- name: audit
run: neo-pkgdev audit ${{ matrix.pkg }}
- name: build
env:
AWS_ACCESS_KEY_ID: ${{ secrets.P_PKGS_S3_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.P_PKGS_S3_SECRET }}
run: neo-pkgdev build ${{ matrix.pkg }}



4 changes: 3 additions & 1 deletion projects/neo-docs/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- hugo --enableGitInfo=false --gc --minify --baseURL "/"
env:
- TMP=/tmp
- HUGO_VERSION=0.120.4
- HUGO_VERSION=0.121.2
- HUGO_ENV=production

provides:
Expand All @@ -26,6 +26,8 @@ provides:
test:
script:
- echo "Testing..."
- ls -l public/
- echo "Test done."

## Post install process
install:
Expand Down

0 comments on commit 3e9c2d2

Please sign in to comment.