Skip to content

build(deps): bump postcss from 8.4.41 to 8.4.45 #136

build(deps): bump postcss from 8.4.41 to 8.4.45

build(deps): bump postcss from 8.4.41 to 8.4.45 #136

Workflow file for this run

name: Publish website
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install deps
run: npm i
- name: deployment
run: ./runok.js publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}