Skip to content

Commit

Permalink
Create publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jan 10, 2025
1 parent c88c1f8 commit 645f4eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish
on:
push:
branches: [ web ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Run tool
run: |
npm install
git config user.name 'rom1504bot'
git config user.email '[email protected]'
npm run gh-publish

0 comments on commit 645f4eb

Please sign in to comment.