Skip to content

Commit

Permalink
Merge pull request #4 from podcastless/develop
Browse files Browse the repository at this point in the history
Fix-[GitHub/Actions:Workflows#deployment] Change provider X2
  • Loading branch information
pandres95 authored Mar 19, 2020
2 parents 14adfa9 + 071e489 commit 41b8830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

strategy:
matrix:
node-version: [12.14.x]
node-version: [13.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -43,9 +43,9 @@ jobs:
- run: npm start -- generate
env:
CI: true
- uses: tsunematsu21/[email protected]
- uses: JamesIves/github-pages-deploy-action@releases/v3
if: success()
with:
dir: dist
branch: gh-pages
token: ${{ secrets.GH_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: dist

0 comments on commit 41b8830

Please sign in to comment.