Skip to content

Upgrade gewd to the newest angular version (#118) #20

Upgrade gewd to the newest angular version (#118)

Upgrade gewd to the newest angular version (#118) #20

Workflow file for this run

name: Publish GH Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache multiple paths
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('package.json') }}
- run: npm install
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/apps/demo