Skip to content

Commit

Permalink
fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 10, 2021
1 parent 01344a7 commit 27d4fff
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
NODE_VERSION: '12.x'
NODE_VERSION: '10.x'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
npm run generate
deploy:
name: Deploy Staging
# if: github.event.ref == 'refs/heads/main'
Expand All @@ -43,12 +44,9 @@ jobs:
url: https://bdougie.github.io/nuxt-black-dashboard
needs: build
steps:
- name: Push to pages
uses: crazy-max/[email protected]
with:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



- name: Push to pages
uses: crazy-max/[email protected]
with:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 27d4fff

Please sign in to comment.