Skip to content

added stats with goatcounter #20

added stats with goatcounter

added stats with goatcounter #20

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- master
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}