diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 003a648..295ed07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,8 @@ jobs: run: npm run clean - name: Run Gatsby Build run: npm run build --if-present + - name: Run post-build + run: npm run post-build - name: Commit public changes uses: actions-js/push@master with: |
