Skip to content

Commit

Permalink
bug: Try including rule specific to site_libs & resources in quarto yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Nov 7, 2023
1 parent c74815b commit 55de592
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Render and Publish
on:
push:
branches:
- main
- main
- 74-broken-css-styling # debugging css problem

jobs:
build-deploy:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,5 @@ $RECYCLE.BIN/
/_site/
/.vscode/
!assets/images/*
!docs/assets/images/*
!docs/assets/images/*
!docs/site_libs/*
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project:
type: website
resources:
- "site_libs/"
output-dir: docs
preview:
port: 1111
Expand Down

0 comments on commit 55de592

Please sign in to comment.