Skip to content

Commit b2f157f

Browse files
committed
wip!: cleanup workflows and point to fork repo
1 parent cf180e6 commit b2f157f

File tree

5 files changed

+2
-214
lines changed

5 files changed

+2
-214
lines changed

.github/workflows/cargo-audit.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 0 additions & 178 deletions
This file was deleted.

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs (dev)
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, github-pages]
66

77
env:
88
CARGO_TERM_COLOR: always

.github/workflows/fossa.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Rust](https://github.com/nginxinc/ngx-rust/actions/workflows/ci.yaml/badge.svg)](https://github.com/nginxinc/ngx-rust/actions/workflows/ci.yaml)
22
[![crates.io](https://img.shields.io/crates/v/ngx.svg)](https://crates.io/crates/ngx)
3-
[![docs (dev)](https://github.com/nginxinc/ngx-rust/actions/workflows/docs.yaml/badge.svg?branch=master)](https://nginxinc.github.io/ngx-rust/ngx/index.html)
3+
[![docs (dev)](https://github.com/bavshin-f5/ngx-rust/actions/workflows/docs.yaml/badge.svg?branch=github-pages)](https://bavshin-f5.github.io/ngx-rust/ngx/index.html)
44
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
55
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/ngx-rust/discussions)
66

0 commit comments

Comments
 (0)