Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
Add workflow trigger option.
  • Loading branch information
mapachurro authored Mar 13, 2024
1 parent ccd1e77 commit 27da12d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: GitHub Pages

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Also does automated updates on PR
push:
branches:
- master
Expand Down Expand Up @@ -37,4 +41,4 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 27da12d

Please sign in to comment.