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

Commit

Permalink
fix the HTTP 400 error
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Apr 3, 2024
1 parent b96d386 commit e008f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4

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

- uses: jeffreytse/jekyll-deploy-action@v0.6.0
- uses: jeffreytse/jekyll-deploy-action@af39f51204a5b46d738cd5782ab31e4109eef533
with:
token: ${{ secrets.GITHUB_TOKEN }}
cname: 'pactus.org'
Expand Down

0 comments on commit e008f08

Please sign in to comment.