Skip to content

Updated references in Add-Refs.bib #76

Updated references in Add-Refs.bib

Updated references in Add-Refs.bib #76

Workflow file for this run

name: Deploy the blog
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to curve.space
uses: curvenote/action-deploy@v1
env:
CURVENOTE_TOKEN: ${{ secrets.CURVENOTE_TOKEN }}