Skip to content

Commit

Permalink
Merge branch 'Canadian-Geospatial-Platform:develop' into chart-finali…
Browse files Browse the repository at this point in the history
…zing-run2
  • Loading branch information
Alex-NRCan authored Oct 18, 2023
2 parents 280be16 + a2263e6 commit aebb4a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Build artifacts and push to gh-pages
on:
#pull_request_target:
# types: [closed]
push:
pull_request_target:
types: [closed]
branches:
- develop
# push:
# branches:
# - develop
workflow_dispatch:

jobs:
Expand All @@ -28,7 +30,7 @@ jobs:
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: toto # The branch name where you want to push the assets
BRANCH: gh-pages # The branch name where you want to push the assets
FOLDER: dist # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "Build: ({sha}) {msg}" # The commit message

0 comments on commit aebb4a6

Please sign in to comment.