Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 16, 2024
1 parent 030e65a commit 94a01e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: "https://ringsaturn.github.io/tzf-rs"
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 94a01e7

Please sign in to comment.