Skip to content

Commit

Permalink
Keep trying =/
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan committed Jun 30, 2024
1 parent 66defbd commit 82f7df6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on: push

jobs:
docs:
defaults:
run:
shell: bash
name: Build and deploy Sphinx docs
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: snok/install-poetry@v1
- uses: snok/install-poetry@v1.3.2
- name: Install dependencies
run: poetry install
- name: Build docs
Expand Down

0 comments on commit 82f7df6

Please sign in to comment.