Skip to content

Commit

Permalink
Update Deploy Wiki Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Nov 13, 2021
1 parent 18c943b commit 520261c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/deploy-wiki.yml
Expand Up @@ -12,7 +12,13 @@ jobs:
runs-on: ubuntu-latest
name: Update wiki
steps:
- uses: OrlovM/Wiki-Action@v1
with:
path: 'docs'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Git repository
uses: actions/checkout@v2
- name: Copy file
run: |
cp docs/index.md docs/Home.md
- name: Call action and deploy
uses: OrlovM/Wiki-Action@v1
with:
path: 'docs'
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion docs/Home.md

This file was deleted.

0 comments on commit 520261c

Please sign in to comment.