diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 3a7e8b6..eb78cbe 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -2,7 +2,8 @@ name: Render and Publish on: push: branches: - - main + - main + - 74-broken-css-styling # debugging css problem jobs: build-deploy: diff --git a/.gitignore b/.gitignore index ba09d8c..67598c0 100644 --- a/.gitignore +++ b/.gitignore @@ -333,4 +333,5 @@ $RECYCLE.BIN/ /_site/ /.vscode/ !assets/images/* -!docs/assets/images/* \ No newline at end of file +!docs/assets/images/* +!docs/site_libs/* \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index 8f676ac..ddd9b81 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,5 +1,7 @@ project: type: website + resources: + - "site_libs/" output-dir: docs preview: port: 1111