Skip to content

Commit

Permalink
update: only rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 4, 2023
1 parent 98334e6 commit 8e4c3ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Expand Up @@ -16,15 +16,15 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: install dependencies
run: npm ci --ignore-scripts
# - uses: actions/setup-node@v4
# with:
# node-version: 18
# cache: 'npm'
# - name: install dependencies
# run: npm ci --ignore-scripts

- name: build project
run: npm run build
# - name: build project
# run: npm run build

# - name: rewrite .gitignore to include /lib files
# run: sed -i '/lib/d' .gitignore
Expand Down

0 comments on commit 8e4c3ea

Please sign in to comment.