Skip to content

Update tikka-masala.md #32

Update tikka-masala.md

Update tikka-masala.md #32

Workflow file for this run

name: Clojure CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Prepare java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- name: Setup Clojure
# You may pin to the exact commit or the version.
# uses: DeLaGuardo/setup-clojure@5042876523f30f5efcf1d6feaa48bd1498d7814f
uses: DeLaGuardo/[email protected]
with:
# Clojure CLI version to make available on the path.
cli: 1.10.3.1058
- uses: actions/checkout@v2
- name: Install dependencies
working-directory: ./server
run: clojure -P
- name: Prep library
working-directory: ./server
run: clojure -T:build compile
- name: Build static
working-directory: ./server
run: clojure -M:build-static
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: server/resources/public # The folder the action should deploy.