diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ef0286..be391d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: pip install touying - name: Build HTML File - run: touying main.typ --output build/index.html --format html + run: touying compile main.typ --output build/index.html --format html - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4