Skip to content

add hotjar script, still need to check if its correctly installed (#118) #91

add hotjar script, still need to check if its correctly installed (#118)

add hotjar script, still need to check if its correctly installed (#118) #91

Workflow file for this run

name: Site
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch Github Release Asset
uses: dsaltares/[email protected]
with:
repo: cobalt-org/cobalt.rs
file: cobalt-v0.19.2-x86_64-unknown-linux-gnu.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build site
run: |
tar xfv cobalt-*
./cobalt build