Skip to content

aaNotation starting before 1 quadrillion fix #57

aaNotation starting before 1 quadrillion fix

aaNotation starting before 1 quadrillion fix #57

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build:
name: Build and deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm i -g moonwave@latest
- name: Publish
run: |
git remote set-url origin https://git:${TOKEN}@github.com/KdudeDev/InfiniteMath.git
git config --global user.email "[email protected]"
git config --global user.name "github-actions-bot"
moonwave build --publish --code src
env:
TOKEN: ${{ secrets.TOKEN }}