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

Commit

Permalink
Install dependencies when deploying docs 3nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
Charibdys authored Mar 10, 2023
1 parent 43cab37 commit f9c5b6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [ "master" ]

permissions:
contents: write

jobs:
deploy_docs:
runs-on: ubuntu-latest
Expand All @@ -16,6 +19,6 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: master
branch: gh-pages
folder: docs
single-commit: true

0 comments on commit f9c5b6f

Please sign in to comment.