Skip to content

Commit

Permalink
fix: quotes (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Nov 18, 2024
1 parent ac79a10 commit af59753
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prerelease workflow
on:
pull_request:
branches:
- "main"
- 'main'

jobs:
build:
Expand All @@ -27,7 +27,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyriksdagen
pip install pdoc
- name: Get release type
Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
sed -e "s/\(version\s=\s\"\)[^\"]*\"/\1${{ env.RELEASE_NR }}\"/" CITATION.cff
pdoc -o docs --footer-text ${{ env.RELEASE_NR }} -t docs/dark-mode --logo https://raw.githubusercontent.com/swerik-project/the-swedish-parliament-corpus/refs/heads/main/readme/riksdagshuset.jpg pyriksdagen
- name: Add and commit changes
- name: Add and commit changes
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit af59753

Please sign in to comment.