We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689a528 commit 632fb8bCopy full SHA for 632fb8b
2 files changed
.github/workflows/cd.yml
@@ -17,6 +17,5 @@ jobs:
17
- run: npm install
18
- run: npm run deploy
19
env:
20
- TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
21
GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
22
CLOUDFLARE_TOKEN: ${{ secrets.CF_API_TOKEN }}
package.json
@@ -7,7 +7,7 @@
7
"private": true,
8
"scripts": {
9
"predeploy": "gh-pages-clean",
10
- "deploy": "gh-pages --silent --dist src --branch master --repo \"https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}\"",
+ "deploy": "gh-pages --silent --dist src --branch master --repo \"https://${GITHUB_TOKEN}@github.com/ascoderu/ascoderu.github.io\"",
11
"postdeploy": "cfcli --domain ascoderu.ca --token \"${CLOUDFLARE_TOKEN}\" purge",
12
"lint.css": "csslint src",
13
"lint.html": "htmllint src/index.html",
0 commit comments