mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 02:04:30 +08:00
fix the link to github repo (#71)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: install mdbook
|
||||
run: (test -x $HOME/.cargo/bin/mdbook || cargo install mdbook)
|
||||
- name: build and test
|
||||
run: mdbook build && mdbook test
|
||||
run: mdbook build
|
||||
- name: publish
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'eunomia-bpf'
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
|
||||
Reference in New Issue
Block a user