diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml new file mode 100644 index 0000000..5c2d65b --- /dev/null +++ b/.github/workflows/deploy-gh-pages.yml @@ -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