Skip to content

Commit

Permalink
ci: using gitbook docs for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Oct 18, 2024
1 parent 9575961 commit 980a150
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Deploy Rust Docs to GitHub Pages
name: Deploy Dev Rust Docs to GitHub Pages

on:
push:
branches:
- main
paths:
- "**/*.rs" # Any Rust source code files
- Cargo.toml # Cargo.toml file
- Cargo.lock # Cargo.lock file

concurrency:
group: "pages"
Expand Down Expand Up @@ -43,7 +45,7 @@ jobs:
id-token: write

environment:
name: docs
name: dev-docs
url: ${{ steps.deployment.outputs.page_url }}

steps:
Expand Down

0 comments on commit 980a150

Please sign in to comment.