Skip to content

Commit 632fb8b

Browse files
committed
Inline environment variable
1 parent 689a528 commit 632fb8b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
- run: npm install
1818
- run: npm run deploy
1919
env:
20-
TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
2120
GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
2221
CLOUDFLARE_TOKEN: ${{ secrets.CF_API_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
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/${TRAVIS_REPO_SLUG}\"",
10+
"deploy": "gh-pages --silent --dist src --branch master --repo \"https://${GITHUB_TOKEN}@github.com/ascoderu/ascoderu.github.io\"",
1111
"postdeploy": "cfcli --domain ascoderu.ca --token \"${CLOUDFLARE_TOKEN}\" purge",
1212
"lint.css": "csslint src",
1313
"lint.html": "htmllint src/index.html",

0 commit comments

Comments
 (0)