Skip to content

Commit

Permalink
Add build static workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthevm committed Aug 4, 2023
1 parent c30e178 commit fcd06e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build-static

on:
push:
tags:
- "*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
files: resource/public/suitkin
3 changes: 1 addition & 2 deletions src/suitkin/utils.cljc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(ns suitkin.utils
(:require [clojure.walk]))
(ns suitkin.utils)

#?(:cljs (goog-define GH-PAGES false)
:clj (def GH-PAGES false))
Expand Down

0 comments on commit fcd06e5

Please sign in to comment.