update documentation
This commit is contained in:
parent
1a084a09b1
commit
159d5e473d
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: build
|
||||
run: cp test/test.html doc/.
|
||||
run: cp -r dist test/test.html doc/.
|
||||
working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<link rel="stylesheet" href="https://unpkg.com/axist@latest/dist/axist.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
<script src="./../dist/xrfragment.js"></script>
|
||||
<script src="./dist/xrfragment.js"></script>
|
||||
<script>
|
||||
var DOMReady = function(a,b,c){b=document,c='addEventListener';b[c]?b[c]('DOMContentLoaded',a):window.attachEvent('onload',a)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue