Skip to content

Merge branch 'main' of github.com:colevandersWands/snippetry into main #37

Merge branch 'main' of github.com:colevandersWands/snippetry into main

Merge branch 'main' of github.com:colevandersWands/snippetry into main #37

Workflow file for this run

name: Publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setting up Node
uses: actions/setup-node@v3
with:
node-version: 'v16.10.0'
- name: Installing
run: npm install
- name: Gathering
run: npm run gather
- name: Bundling
run: npm run bundle
- name: Committing
uses: stefanzweifel/[email protected]
with:
commit_message: published
branch: ${{ github.head_ref }}