Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

fix(deps): update dependency axios to v0.28.0 #350

fix(deps): update dependency axios to v0.28.0

fix(deps): update dependency axios to v0.28.0 #350

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# build
- uses: actions/[email protected]
- run: npm ci
- run: npm run build
# deploy
- uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}