aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2023-02-22 17:51:37 -0500
committerGitHub <noreply@github.com>2023-02-22 17:51:37 -0500
commit1553549c7fc51972cd028a66517b2ea82c851326 (patch)
treecbec888af6018684319ed82f9afd9032c7eaafca /.github
parenta6eee6d758847ec5e95ed7ff4e909e76625ee589 (diff)
downloadsubmelon.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')
-rw-r--r--.github/workflows/build.yml2
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: