Skip to content

Commit

Permalink
Merge pull request #1128 from robbrad/fix_behave
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 6, 2025
2 parents 5b9499a + b129ab2 commit 2d11c9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behave_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history-partial
keep_files: true
2 changes: 1 addition & 1 deletion .github/workflows/behave_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history-partial
keep_files: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from uk_bin_collection.uk_bin_collection.common import *
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass


# import the wonderful Beautiful Soup and the URL grabber
class CouncilClass(AbstractGetBinDataClass):
"""
Expand Down

0 comments on commit 2d11c9f

Please sign in to comment.