Skip to content

Commit

Permalink
fix dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Mar 19, 2024
1 parent 11bfc1b commit e8df175
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Build/Publish Develop Docs
---
name: Publish Develop Docs

on:
pull_request:
push:
Expand Down Expand Up @@ -30,4 +32,4 @@ jobs:
git config user.name "GitHub Action"
- name: Build Documentation
run: |
nox -s docs -- --update-aliases dev
nox -s docs -- gh-deploy --force --remote-branch gh-pages

0 comments on commit e8df175

Please sign in to comment.