diff options
| author | Kent Daleng <lolexplode@gmail.com> | 2025-03-15 16:42:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 15:42:05 +0000 |
| commit | 392fc27de110d3548095e465d5cb38bd8d5730ea (patch) | |
| tree | c465f8975db4e6f90c9f875cb6e7722af175901f /.github/workflows | |
| parent | 9e560e7e607638da4f47b6dfef5a83b18711f75d (diff) | |
| download | niri-392fc27de110d3548095e465d5cb38bd8d5730ea.tar.gz niri-392fc27de110d3548095e465d5cb38bd8d5730ea.tar.bz2 niri-392fc27de110d3548095e465d5cb38bd8d5730ea.zip | |
Use anchors on the wiki (#1266)
* wiki testing
* wiki updates
* use .md with anchors, revert sidebar
* bump wiki action
* add some more anchors, fix some language
* change links to be more descriptive by themselves
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb033e6c..a61e2e2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: with: lfs: true show-progress: false - - uses: Andrew-Chen-Wang/github-wiki-action@86138cbd6328b21d759e89ab6e6dd6a139b22270 + - uses: Andrew-Chen-Wang/github-wiki-action@b7e552d7cb0fa7f83e459012ffc6840fd87bcb83 rustdoc: needs: build |
