Skip to content

Commit 2249b74

Browse files
committed
Fix release
1 parent c286bd0 commit 2249b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"scripts": {
99
"predeploy": "gh-pages-clean",
10-
"deploy": "gh-pages --silent --dist src --branch master --repo \"https://${GITHUB_TOKEN}@github.com/ascoderu/ascoderu.github.io\"",
10+
"deploy": "gh-pages --no-history --dist src --branch master --repo \"https://${GITHUB_TOKEN}@github.com/ascoderu/ascoderu.github.io\" --user \"Deployment Bot (from Github Actions) <deploy@ascoderu.ca>\"",
1111
"postdeploy": "cfcli --domain ascoderu.ca --token \"${CLOUDFLARE_TOKEN}\" purge",
1212
"lint.css": "csslint src",
1313
"lint.html": "htmllint src/index.html",
@@ -19,7 +19,7 @@
1919
"cloudflare-cli": "^4.0.0",
2020
"csslint": "^1.0.5",
2121
"eslint": "^6.3.0",
22-
"gh-pages": "^2.1.1",
22+
"gh-pages": "^3.0.0",
2323
"htmllint-cli": "^0.0.7",
2424
"npm-run-all": "^4.1.5",
2525
"reload": "^3.0.1"

0 commit comments

Comments
 (0)