Skip to content

Commit

Permalink
Update autodoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnThyme committed Feb 4, 2025
1 parent f429765 commit 659f027
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:

steps:
- name: Checkout source repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: AoTTG-2/Aottg2-Unity
token: ${{ secrets.GITHUB_TOKEN }}
ref: Thyme-TestBranch

- name: Filter and copy .md files
Expand All @@ -24,7 +23,7 @@ jobs:
find Assets/Docs/static -name '*.md' -exec cp {} temp-dir/static/ \;
- name: Checkout target repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: AoTTG-2/CustomLogicDocumentation
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 659f027

Please sign in to comment.