Skip to content

Commit

Permalink
Merge pull request #79 from PiwikPRO/arch-319-fix-prs-when-artifacts-…
Browse files Browse the repository at this point in the history
…are-used

ARCH-319 Tech-docs PR comments will now be correct when using artifacts
  • Loading branch information
glothriel authored Jan 3, 2024
2 parents ea37ceb + 55c6f8c commit 136624c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Download artifact
if: ${{ inputs.artifact != '' }}
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact }}
path: .techdocs-artifact

- uses: PiwikPRO/actions/github-app-token-generator@master
name: Generate token for tech docs pusher
id: get-token
Expand All @@ -173,7 +180,6 @@ jobs:
app-id: ${{ secrets.TECH_DOCS_PUSHER_APPLICATION_ID }}
repo: PiwikPRO/Tech-docs


- name: Set Tech-docs branch names
shell: bash
run: |
Expand Down

0 comments on commit 136624c

Please sign in to comment.