Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 10, 2021
1 parent 01344a7 commit b2367d9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 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 All @@ -33,6 +33,13 @@ jobs:
- name: npm run generate
run: |
npm run generate
- name: Push to pages
uses: crazy-max/[email protected]
with:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


deploy:
name: Deploy Staging
Expand All @@ -43,12 +50,4 @@ 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 }}



- run: echo WHY

0 comments on commit b2367d9

Please sign in to comment.