Skip to content

Commit

Permalink
fix: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed May 15, 2022
1 parent b01f796 commit 3023b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Checkout docs repository
uses: actions/checkout@v2
with:
repository: 'discordjs/docs'
repository: 'garlic-team/docs'
token: ${{ secrets.ACCESS_TOKEN }}
path: 'out'

Expand Down Expand Up @@ -102,6 +102,7 @@ jobs:
run: |
mkdir -p out/gcommands
mv docs/docs.json out/gcommands/${BRANCH_NAME}.json
- name: Commit and push
run: |
cd out
Expand Down

0 comments on commit 3023b47

Please sign in to comment.