Skip to content

Remove google analytics #160

Remove google analytics

Remove google analytics #160

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/build
build-deploy:
if: github.ref == 'refs/heads/publish'
needs:
- build
- omnilint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/build
- run: rm -f .gitignore
- name: deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: master
folder: .
single-commit: true
clean: true
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://lpenz/omnilint:latest