Skip to content

Commit

Permalink
Revert ghpages workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Oct 10, 2024
1 parent b6e64ad commit d25dc93
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Deploy docs to Pages

# on:
# # Runs on pushes targeting the default branch
# push:
# branches: ["main"]
# paths:
# - "packages/api-server/**"
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths:
- "packages/api-server/**"

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

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit d25dc93

Please sign in to comment.