Skip to content

feat: fix bug in backpropagation. #189

feat: fix bug in backpropagation.

feat: fix bug in backpropagation. #189

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install Emacs
run: |
sudo apt-add-repository ppa:ubuntu-elisp/ppa
sudo apt update
sudo apt-get install emacs-snapshot
- name: Build the site
run: ./publi.sh
- name: Publish generated content to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public