Skip to content

Commit

Permalink
Fix oranda
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Nov 23, 2024
1 parent 2711210 commit b084dfc
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,969 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,9 @@ jobs:
# This will write all output to ./public/ (including copying mdbook's output to there).
- name: Install and run oranda
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.6.1/oranda-installer.sh | sh
oranda build
- name: Prepare HTML for link checking
# untitaker/hyperlink supports no site prefixes, move entire site into
# a subfolder
run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda

- name: Check HTML for broken internal links
uses: untitaker/[email protected]
with:
args: /tmp/public/

# Deploy to our gh-pages branch (creating it if it doesn't exist).
# The "public" dir that oranda made above will become the root dir
# of this branch.
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
/tmp
/test_home

# Generated by `oranda generate ci`
public/
# Generated by `oranda generate ci`
public/
245 changes: 0 additions & 245 deletions public/artifacts.js

This file was deleted.

1 change: 0 additions & 1 deletion public/artifacts.json

This file was deleted.

Loading

0 comments on commit b084dfc

Please sign in to comment.