Skip to content

Commit

Permalink
chore: add workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 21, 2024
1 parent 48f9516 commit 4d784dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Deploy on gh-pages

on:
push:
branches:
- main
on: workflow_dispatch

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22.1.0' # Replace with the desired Node.js version

- name: Setup Bun
uses: oven-sh/setup-bun@v1

Expand Down

0 comments on commit 4d784dd

Please sign in to comment.