site

Personal site for Zane
Log | Files | Refs

commit 1663686c1684c36002e2712804d6269bd7d16c16
parent 37e62162c0c1d5ff5dc715554bc9ef57351b4a89
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Mon, 20 Nov 2023 11:49:19 -0800

Update main.yml
Diffstat:
M.github/workflows/main.yml | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -12,11 +12,7 @@ jobs: uses: docker://pandoc/latex:2.9 with: args: -c "mkdir out; cd src;find src -iname '*.md' -type f -exec sh -c 'pandoc ${0} -o ../out/${0%.md}.html' {} \;" - - - name: check file system - run: | - "ls ." - + - run: tree - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: