Skip to content

Commit

Permalink
Merge pull request #57 from release-engineering/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/JamesIves/github-pages-deploy-action-4.6.8

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8
  • Loading branch information
JAVGan authored and jajreidy committed Oct 7, 2024
2 parents bac20a8 + fe5b79b commit f45b952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Tox
run: tox -e docs
- name: Publish
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
branch: gh-pages
folder: docs/_build/html
5 changes: 2 additions & 3 deletions src/pubtools/_marketplacesvm/tasks/push/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,8 @@ async def push_function(mapped_item, marketplace, starmap_query) -> Dict[str, An

res_output = []

# Sequentially publish the uploaded items for each marketplace.
# It's recommended to do this operation sequentially since parallel publishing in the
# same marketplace may cause errors due to the change set already being applied.
# This publishes in parallel since there shouldn't be collision between the
# differing marketplaces.
res_output.extend(
await asyncio.gather(
*(
Expand Down

0 comments on commit f45b952

Please sign in to comment.