Skip to content

Commit

Permalink
bump actions
Browse files Browse the repository at this point in the history
diff version

add distribution

zulu
  • Loading branch information
pjaudiomv committed Apr 30, 2024
1 parent d1b960e commit 1a0c36e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-browser-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: zulu
java-version: 8

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand All @@ -30,7 +31,7 @@ jobs:
run: ionic build --prod --source-map --platform=browser

- name: Push to https://bmltsearch.bmlt.app
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./www
Expand Down

0 comments on commit 1a0c36e

Please sign in to comment.