Skip to content

Commit

Permalink
fix syntax (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Jan 4, 2024
1 parent 24fa4a7 commit 3e0666a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Push Wiki Changes
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "doc/wiki"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_UPDATE_TOKEN }}
with:
path: "doc/wiki"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_UPDATE_TOKEN }}

0 comments on commit 3e0666a

Please sign in to comment.