Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update deploy action (#204)
Browse files Browse the repository at this point in the history
* update deploy action

* update deploy action

* update deploy action

* update deploy action

* fix the HTTP 400 error
  • Loading branch information
b00f authored Apr 3, 2024
1 parent 8f820e8 commit 770d2d2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main

pull_request:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -12,14 +16,13 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install Bootstrap
- name: NPM Install
run: npm install

- uses: jeffreytse/jekyll-deploy-action@v0.5.0
- uses: jeffreytse/jekyll-deploy-action@af39f51204a5b46d738cd5782ab31e4109eef533
with:
bundler_ver: '~>2.4.0'
token: ${{ secrets.GITHUB_TOKEN }}
cname: 'pactus.org'
# https://pngquant.org/install.html
Expand Down

0 comments on commit 770d2d2

Please sign in to comment.