Skip to content

Commit

Permalink
Updated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zss1980 committed Dec 13, 2024
1 parent 3f1f36c commit ae94029
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
shell: bash
run: echo "BRANCH_NAME=${{ env.BRANCH_NAME }}"

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
run: |
npm install
npm install -D postcss postcss-cli autoprefixer tailwindcss
- name: Setup Hugo
uses: ./.github/actions/setup-hugo

Expand Down

0 comments on commit ae94029

Please sign in to comment.