Skip to content

Commit

Permalink
18.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 19, 2024
1 parent d03138a commit c1be0c0
Show file tree
Hide file tree
Showing 4 changed files with 10,858 additions and 10,858 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -25,19 +25,19 @@ jobs:
${{ runner.os }}-node-
${{ runner.os }}-
- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version-file: 'package.json'

- name: Npm install
run: npm install
run: npm ci

- name: Npm build
run: npm run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion ejs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "18.2.3",
"version": "18.2.4",
"css": "/assets/css",
"js": "/assets/js",
"images": "/assets/images"
Expand Down
Loading

0 comments on commit c1be0c0

Please sign in to comment.