Skip to content

Commit

Permalink
add on all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 14, 2024
1 parent 4f4dfb0 commit c7f56da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: gh-pages

on:
pull_request:
branches: [ "master" ]
branches:
- staging
- master
- prod
- 'feat/*'
workflow_dispatch:

permissions:
Expand All @@ -26,8 +30,7 @@ jobs:
go-version-file: go.mod
- run: "cd misc/gendocs && make install gen"
- run: "cd misc/stdlib_diff && make install gen"
-run | # Combine files into a single directory for deployment
mkdir -p output/combined
- run: mkdir -p output/combined
cp -r ./misc/gendocs/godoc/* output/combined/
cp -r ./misc/stdlib_diff/gnoreport/* output/combined/gnoreport
- uses: actions/configure-pages@v5
Expand Down

0 comments on commit c7f56da

Please sign in to comment.