Skip to content

Update Propagators.md #47

Update Propagators.md

Update Propagators.md #47

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm i -g coffeescript
- run: coffee build/build.coffee
- uses: actions/upload-pages-artifact@v3
with:
path: "public/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4