Skip to content

Commit

Permalink
fix: documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jun 8, 2024
1 parent 2d8a239 commit 9a80cd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2.1.6
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
git add .
git commit -m "Updated pages"
fi
- name: Push changes # push the output folder to your repo
uses: ad-m/github-push-action@master
with:
Expand Down Expand Up @@ -101,9 +101,10 @@ jobs:
mkdir /tmp/gen-wiki
cp -r HowToPlay.md DevGuide.md wiki.md /tmp/gen-wiki
- name: Switch to wiki repository
uses: actions/checkout/@v2
uses: actions/checkout@v2
with:
repository: 'lxgr-linux/pokete.wiki'
branch: "master"
- name: Move files back to current work dir
run: |
rm -rf ./HowToPlay.md DevGuide.md wiki.md
Expand Down

0 comments on commit 9a80cd5

Please sign in to comment.