Skip to content

Commit

Permalink
fix: std publish dir deploy (FuelLabs#4606)
Browse files Browse the repository at this point in the history
## Description
fixes the css for the `std` docs
  • Loading branch information
eureka-cpu authored May 30, 2023
1 parent fc34cb5 commit 08c5bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./sway-lib-std/out/doc/std
destination_dir: master/std
publish_dir: ./sway-lib-std/out/doc
destination_dir: master
if: github.ref == 'refs/heads/master'

- name: Create master book redirect file
Expand Down

0 comments on commit 08c5bc1

Please sign in to comment.