Skip to content

Commit

Permalink
chore: fixed meta url in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Nov 7, 2024
1 parent bfa5763 commit 75a82d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
paths:
- "**/*.rs" # Any Rust source code files
- Cargo.toml # Cargo.toml file
- Cargo.lock # Cargo.lock file
- Cargo.toml
- Cargo.lock
- .github/workflows/docs.yml
workflow_dispatch:

concurrency:
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Build Rust Documentation
run: |
cargo doc --no-deps --document-private-items
echo "<meta http-equiv=\"refresh\" content=\"0; url=plonky2-verifier\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=plonky2_verifier\">" > target/doc/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 75a82d3

Please sign in to comment.