Skip to content

Commit

Permalink
build: set executable permissions on .sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevypants committed May 20, 2024
1 parent d1a2ddf commit 077895d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/publish_docs.yml'

jobs:
publish:
publish-docs:
strategy:
matrix:
python-version: [3.11]
Expand All @@ -15,10 +19,13 @@ jobs:
shell: bash
environment: ${{ github.base_ref }}
runs-on: ubuntu-latest

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
contents: read
pages: write

id-token: write

steps:
#----------------------------------------------
# ----------- check-out repo ------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
publish:
publish-pypi:
strategy:
matrix:
python-version: [3.11]
Expand Down
Empty file modified scripts/publish_docs.sh
100644 → 100755
Empty file.

0 comments on commit 077895d

Please sign in to comment.