Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Davis committed Jan 5, 2024
1 parent b7c7d1e commit ca3bd58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
# done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
node_modules
dist
_site
screenshots
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"build": "webpack --mode=development",
"build:production": "webpack --mode=production --output-path=_site",
"build:production": "webpack --mode=production",
"watch": "webpack serve --mode=development",
"tsc": "tsc --noEmit",
"prettier": "prettier --check .",
Expand Down

0 comments on commit ca3bd58

Please sign in to comment.