File tree Expand file tree Collapse file tree 2 files changed +9
-24
lines changed Expand file tree Collapse file tree 2 files changed +9
-24
lines changed Original file line number Diff line number Diff line change 66 - " *"
77
88jobs :
9- build :
9+ publish-docs :
1010 runs-on : ubuntu-latest
1111
1212 steps :
2121 - name : Generate documentation
2222 run : deno task doc
2323
24- - name : Upload static files as artifact
25- id : deployment
26- uses : actions/upload-pages-artifact@v3
27- with :
28- path : docs/
29-
30- deploy :
31- needs : build
32-
33- permissions :
34- pages : write
35- id-token : write
36-
37- environment :
38- name : github-pages
39- url : ${{ steps.deployment.outputs.page_url }}
40-
41- runs-on : ubuntu-latest
42- steps :
43- - name : Deploy to GitHub Pages
44- id : deployment
45- uses : actions/deploy-pages@v4
24+ - name : Upload the docs to Val Town Electric
25+ run :
26+ deno run -A https://esm.town/v/wolf/VTDocs/cli/mod.ts
27+ env :
28+ ELECTRIC_ROOT_URL : https://vt-docs.val.run
29+ ELECTRIC_MASTER_BEARER : ${{ secrets.ELECTRIC_MASTER_BEARER }}
Original file line number Diff line number Diff line change 11tinker
2+ docs
23
34# Created by https://www.toptal.com/developers/gitignore/api/deno
45# Edit at https://www.toptal.com/developers/gitignore?templates=deno
1617
1718# End of https://www.toptal.com/developers/gitignore/api/deno
1819
19- .DS_Store
20+ .DS_Store
You can’t perform that action at this time.
0 commit comments