Skip to content

Commit

Permalink
netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 18, 2024
1 parent 6c9b34a commit e1bd56d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
import Pkg;
Pkg.instantiate();

include("./generate.jl")'
include("./generate.jl")

cp("./netlify.toml", "./_site/netlify.toml")'


- uses: actions/upload-artifact@v2
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"

0 comments on commit e1bd56d

Please sign in to comment.