Skip to content

Commit

Permalink
testing docs deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Jan 7, 2025
1 parent 5e7c0a3 commit 3bfbfa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- next
- docs

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,8 +25,8 @@ jobs:
miniforge-version: latest
environment-file: environment.yml

- name: Install Dependencies
run: pip install .[dev]
# - name: Install Dependencies
# run: pip install .[dev]

- name: Build Documentation
run: make docs
Expand Down

0 comments on commit 3bfbfa0

Please sign in to comment.