Skip to content

lock deps

lock deps #84

Workflow file for this run

name: Sync changes
on:
push:
branches:
- master
jobs:
# glitch:
# runs-on: ubuntu-latest
# steps:
# -
# name: Sync to Glitch project
# uses: kanadgupta/[email protected]
# with:
# project-id: '${{ secrets.projectId }}'
# auth-token: '${{ secrets.authToken }}'
gh-pages:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Build & deploy to github
run: |
git config user.name github-actions
git config user.email [email protected]
make dist deploy ROOT=${GITHUB_REPOSITORY/$GITHUB_REPOSITORY_OWNER/}