Skip to content

Commit

Permalink
fix: revert build optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalexandre committed Jul 17, 2024
1 parent 02e838b commit d8cbc11
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Cache Node.js modules
uses: actions/cache@master
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Set up Node.js
uses: actions/setup-node@master

- name: Install dependencies
run: npm install

- name: Build your site
run: npm run build

- name: Install, build, and upload your site
uses: withastro/action@v2.0.1

Expand Down

0 comments on commit d8cbc11

Please sign in to comment.