Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
declare-jim committed Dec 25, 2024
1 parent 8a6ca42 commit 9ccc6c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-update-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
pages:
runs-on: ubuntu-latest
runs-on: ubuntu-
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -15,4 +15,4 @@ jobs:
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
uses: sphinx-notes/pages@v3.1

0 comments on commit 9ccc6c4

Please sign in to comment.