CI publish
This commit is contained in:
parent
c43745a412
commit
0a15898128
2
.github/workflows/quarto.yml
vendored
2
.github/workflows/quarto.yml
vendored
@ -6,7 +6,7 @@ name: Quarto Publish to gh-pages
|
||||
on:
|
||||
# Triggers the workflow on push events but only for the "master" branch
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
@ -38,6 +38,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
|
||||
SymbolicNumericIntegration = "78aadeae-fbc0-11eb-17b6-c7ec0477ba9e"
|
||||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
|
||||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
||||
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
|
||||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
|
||||
UnitfulUS = "7dc9378f-8956-57ef-a780-aa31cc70ff3d"
|
||||
|
3
quarto/.gitignore
vendored
3
quarto/.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
/_book/
|
||||
/_freeze/
|
||||
/*/*_files/
|
||||
/*/*.ipynb/
|
||||
/*/*.ipynb/
|
||||
weave_support.jl
|
@ -140,4 +140,4 @@ format:
|
||||
|
||||
execute:
|
||||
error: true
|
||||
freeze: false
|
||||
freeze: auto
|
||||
|
Loading…
Reference in New Issue
Block a user