Skip to content

Commit

Permalink
use build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Aug 9, 2023
1 parent 7d5bdac commit 03772b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/render_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ jobs:
run: |
quarto render index.qmd --to revealjs
- name: Debug with ls
- name: Move outputs to build folder
run: |
ls -al
mkdir build
mv index.html build/
mv index_files build/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .
clean-exclude: index_files/*
folder: build

0 comments on commit 03772b3

Please sign in to comment.