Skip to content

and yet

and yet #27

Workflow file for this run

name: Publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
gather-snippets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Publishing
run: npm run publish
- name: Commit
uses: stefanzweifel/[email protected]
with:
commit_message: published
branch: ${{ github.head_ref }}