We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4a6df commit 8cd6ce3Copy full SHA for 8cd6ce3
1 file changed
.github/workflows/cd.yml
@@ -6,7 +6,7 @@ on:
6
- created
7
8
jobs:
9
- linters:
+ gh-pages:
10
runs-on: ubuntu-latest
11
12
steps:
@@ -16,7 +16,6 @@ jobs:
16
node-version: '12'
17
- run: npm install
18
- run: npm run deploy
19
- with:
20
- env:
21
- TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
22
- GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
+ env:
+ TRAVIS_REPO_SLUG: ascoderu/ascoderu.github.io
+ GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
0 commit comments