Skip to content

Bump webpack from 5.83.1 to 5.84.1 (#136) #236

Bump webpack from 5.83.1 to 5.84.1 (#136)

Bump webpack from 5.83.1 to 5.84.1 (#136) #236

Workflow file for this run

name: alterschema
on:
- push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: make
website:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install --yes sassc
- run: make www
- if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist