Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jan 11, 2022
1 parent c7570bf commit 019b117
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
mdbook-version: "latest"

- run: mdbook build guide

Expand All @@ -30,17 +30,17 @@ jobs:

- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/[email protected].0-6
uses: peaceiris/[email protected].3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./guide/book
keep_files: false

- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/[email protected].0-6
uses: peaceiris/[email protected].3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc
destination_dir: ./docs
keep_files: true

0 comments on commit 019b117

Please sign in to comment.