Skip to content

Commit

Permalink
Merge pull request #79 from IDEMSInternational/feat/gh-pages-deploy
Browse files Browse the repository at this point in the history
Feat/gh pages deploy
  • Loading branch information
chrismclarke authored Sep 10, 2024
2 parents 0e060e0 + 9c82a72 commit 1a91221
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
##################################################################################
# Calls workflow from code repo
##################################################################################
name: Deploy - GH Pages

on:
push:
branches:
- "main"
workflow_dispatch:

jobs:
web_preview:
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-gh-pages.yml@master
secrets: inherit

0 comments on commit 1a91221

Please sign in to comment.