diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2023-02-22 17:51:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 17:51:37 -0500 |
| commit | 1553549c7fc51972cd028a66517b2ea82c851326 (patch) | |
| tree | cbec888af6018684319ed82f9afd9032c7eaafca /.github/workflows | |
| parent | a6eee6d758847ec5e95ed7ff4e909e76625ee589 (diff) | |
| download | submelon.dev-1553549c7fc51972cd028a66517b2ea82c851326.tar.gz submelon.dev-1553549c7fc51972cd028a66517b2ea82c851326.tar.bz2 submelon.dev-1553549c7fc51972cd028a66517b2ea82c851326.zip | |
Publish badge (#103)
* Add last publish badge
* Run post-build command in workflow
Diffstat (limited to '.github/workflows')
| -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: |
