Skip to content

Commit

Permalink
Update .github/workflows/open-api-deploy-to-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Sep 5, 2022
1 parent 5377744 commit cd3608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-api-deploy-to-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.CROSS_REPO_TOKEN }}
branch: gh-pages # <- Branch on which commit will be made
repository-name: openfoodfacts/openfoodfacts-server
folder: swagger-ui # <- Folder containing our generated HTML docs
folder: docs/output/api/html/ # <- Folder containing our generated HTML docs

- name: Deploy HTML docs to Github Pages [PROD]
uses: JamesIves/[email protected]
Expand Down

0 comments on commit cd3608a

Please sign in to comment.