Browse Source

Merge pull request #146 from rust3ds/fix/docs-github-pages-followup

Fix broken link and use proper branch name for docs workflow
pull/150/head
Meziu 1 year ago committed by GitHub
parent
commit
2b0e7fe533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docs.yml
  2. 5
      ctru-sys/README.md

2
.github/workflows/docs.yml

@ -3,7 +3,7 @@ name: GitHub Pages
on: on:
push: push:
branches: branches:
- main - master
workflow_dispatch: workflow_dispatch:
jobs: jobs:

5
ctru-sys/README.md

@ -2,8 +2,9 @@
Raw Rust bindings over the [`libctru`](https://github.com/devkitPro/libctru) C library. Raw Rust bindings over the [`libctru`](https://github.com/devkitPro/libctru) C library.
Documentation for the latest devkitPro release can be found Documentation for the latest devkitPro release
[here](https://rust3ds.github.io/crates/ctru_sys). [on Docker Hub](https://hub.docker.com/r/devkitpro/devkitarm/)
can be found [here](https://rust3ds.github.io/ctru-rs/crates/ctru_sys).
## Requirements ## Requirements

Loading…
Cancel
Save