From e008f08c777bedb95afc164e2c96fc43ded0a7dc Mon Sep 17 00:00:00 2001 From: Mostafa Date: Wed, 3 Apr 2024 16:12:24 +0800 Subject: [PATCH] fix the HTTP 400 error --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e54c0397..74b1b0b45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'