Skip to content

Commit 8cd6ce3

Browse files
committed
Fix CD workflow
1 parent ac4a6df commit 8cd6ce3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- created
77

88
jobs:
9-
linters:
9+
gh-pages:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -16,7 +16,6 @@ jobs:
1616
node-version: '12'
1717
- run: npm install
1818
- run: npm run deploy
19-
with:
20-
env:
21-
TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
22-
GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
19+
env:
20+
TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
21+
GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}

0 commit comments

Comments
 (0)