Skip to content

Commit

Permalink
chore: Update content-watcher OpenAPI artifacts download step
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworris committed Jul 24, 2024
1 parent 87babad commit c278bdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
service:
- account
# - content-watcher
- content-watcher
# - content-publishing
# - graph

Expand Down Expand Up @@ -93,11 +93,11 @@ jobs:
with:
path: ./docs

# - name: Download content-watcher OpenAPI artifacts
# uses: actions/download-artifact@v4
# with:
# name: openapi-content-watcher
# path: ./docs/content-watcher
- name: Download content-watcher OpenAPI artifacts
uses: actions/download-artifact@v4
with:
name: openapi-content-watcher
path: ./docs/content-watcher

# - name: Download content-publishing OpenAPI artifacts
# uses: actions/download-artifact@v4
Expand Down

0 comments on commit c278bdb

Please sign in to comment.