Skip to content

Commit

Permalink
Merge pull request #1195 from robbrad/fix_behave
Browse files Browse the repository at this point in the history
Fix behave
  • Loading branch information
robbrad authored Jan 28, 2025
2 parents c904154 + 8e30ab1 commit 278ac32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/behave_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.GH_PAGES_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history-partial
publish_dir: ./allure-history-partial
keep_files: true
personal_token: ${{ secrets.GH_PAGES_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/behave_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.GH_PAGES_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history-full
publish_dir: ./allure-history-full
keep_files: true
personal_token: ${{ secrets.GH_PAGES_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class CouncilClass(AbstractGetBinDataClass):
"""
A class to fetch and parse bin collection data for Cheshire East Council.
"""

def parse_data(self, page: Any, **kwargs: Any) -> Dict[str, Any]:
soup = BeautifulSoup(page.text, features="html.parser")

Expand Down

0 comments on commit 278ac32

Please sign in to comment.