Skip to content

PTHash: add links to fast remainder resources #192

PTHash: add links to fast remainder resources

PTHash: add links to fast remainder resources #192

Workflow file for this run

name: Deploy site
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy site
runs-on: self-hosted
steps:
- name: build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd /srv/nginx/curiouscoding.nl/ && git pull https://${GITHUB_TOKEN}@github.com/ragnargrootkoerkamp/research.git && git submodule update
cd /srv/nginx/curiouscoding.nl/ && make build