Skip to content

Commit

Permalink
Fix doc publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecauliersonos committed Aug 8, 2024
1 parent a86a62d commit 1936b7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'schedule' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/rustfst-v'))

permissions:
pages: write

steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down

0 comments on commit 1936b7f

Please sign in to comment.