Skip to content

Commit

Permalink
ci(github): remove clean from build
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2023
1 parent 694df7f commit 4440f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy site
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: ['ci-test']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Static archive of the old bugs.jquery.com trac site, built with eleventy.",
"scripts": {
"clean": "rimraf _site/",
"build": "npm run clean && npx @11ty/eleventy",
"build": "npx @11ty/eleventy",
"postbuild": "npm run searchindex",
"start": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy --serve --quiet",
"debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy",
Expand Down

0 comments on commit 4440f2d

Please sign in to comment.