practical-sampling: add drawio figs; change to sigma=256 for first part #469
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 fetch https://${GITHUB_TOKEN}@github.com/ragnargrootkoerkamp/research.git \ | |
&& git reset --hard FETCH_HEAD \ | |
&& git submodule update --init \ | |
&& make build |