Skip to content

Commit

Permalink
chore: deploy an HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 29, 2023
1 parent 57d3dc6 commit e902927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=20"
},
"scripts": {
"build": "mkdir -p dist/analog/public && echo 'test' > dist/analog/public/test.txt",
"build": "mkdir -p dist/analog/public && echo echo \"<!DOCTYPE html><html><head><title>Analog Publish Github Pages Demo Page</title></head><body><h1>Analog Publish Github Pages</h1><p>Last deployment from ${GITHUB_REF}</p></body></html>\" > dist/analog/public/index.html",
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
Expand Down

0 comments on commit e902927

Please sign in to comment.