Skip to content

Commit

Permalink
Mimics ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 19, 2024
1 parent c6bd709 commit c43f256
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ on:
pull_request:
branches:
- "develop"

permissions:
contents: write

jobs:
build:
Continuous-Integration-Actions:
runs-on: self-hosted

env:
PACKAGE_TOKEN: ${{ secrets.JLS_TOKEN }}

permissions:
contents: write
steps:

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c43f256

Please sign in to comment.