Skip to content

Commit

Permalink
Move away from Quarto's GH Publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 16, 2023
1 parent 5c4736c commit 44571ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
cp -rp examples/html-document/ docs/examples/html-document
# Publish the docs directory onto gh-pages
- name: "Render and Publish"
uses: quarto-dev/quarto-actions/publish@v2
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
target: gh-pages
path: docs
render: false
folder: docs # The folder the action should deploy.
1 change: 0 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ project:
type: website
resources:
- CNAME
- examples/*

website:
title: "quarto-webr"
Expand Down

0 comments on commit 44571ed

Please sign in to comment.