Skip to content

Commit

Permalink
Fix dependency. (shader-slang#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe authored Jan 11, 2025
1 parent c5e589a commit c727896
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ jobs:
- name: Copy depencencies
run: |
sudo mkdir ./_site/node_modules
sudo mkdir ./_site/external
sudo cp -r external/ ./_site/external/
sudo cp -r node_modules/requirejs ./_site/node_modules/requirejs
sudo cp -r node_modules/pako ./_site/node_modules/pako
- name: Upload export artifact
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link href="./styles/styles.css" rel="stylesheet" />
<link rel="stylesheet" href="external/jsontree/jsontree.js.css">
<link rel="stylesheet" href="jsontree/jsontree.js.css">
<script src="https://unpkg.com/split-grid/dist/split-grid.js"></script>
<script src="node_modules/requirejs/require.js"></script>
<script src="external/jsontree/jsontree.min.js"></script>
<script src="jsontree/jsontree.min.js"></script>
<script>
let RequireJS = {};
RequireJS.require = require;
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions jsontree/jsontree.min.js

Large diffs are not rendered by default.

0 comments on commit c727896

Please sign in to comment.