Skip to content

Commit

Permalink
Merge pull request #1685 from google/fix/deploy-to-wiki
Browse files Browse the repository at this point in the history
Fix GitHub actions for wiki repo deployment
  • Loading branch information
felixarntz committed Jun 17, 2020
2 parents 42cb2c0 + e20cb58 commit 39d10f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}.wiki
ref: master
token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
- name: Download artifacts
uses: actions/download-artifact@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/remove-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}.wiki
ref: master
token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
- name: Prune PR files
run: |
Expand Down

0 comments on commit 39d10f4

Please sign in to comment.