Skip to content

Commit

Permalink
update oranda configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fennewald committed Aug 22, 2024
1 parent 2842d81 commit 86b22ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ jobs:
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/hyperlink@0.1.29
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
@@ -1,4 +1,6 @@
/target

# Generated by `oranda generate ci`
public/
# Generated by `oranda generate ci`
public/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# TODO: shout out nu_plugin_dns


# nu_plugin_net
A nushell plugin to list system network interfaces

A simple and straightforward plugin. All of the heavy lifting is done by pnet. This package just translates the datatypes into a nu-accepatble format.

Format may be subject to change.

# Version 2.0 Is in the Works
> [!note]
> Version 2.0 Is in the Works
Version 2 of this plugin is actively being prepared. Some imporant objectives:
* Automate the nushell version update process
Expand Down

0 comments on commit 86b22ec

Please sign in to comment.