Skip to content

Commit

Permalink
fix: error in moving index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 committed Aug 14, 2023
1 parent fda488e commit 293996f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
python-version: 3.6
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs build
- uses: actions/checkout@v3
with:
ref: gh-pages
path: pages
- run: |
cp -v pages/index.yaml docs/
- run: pipenv run mkdocs gh-deploy --force
cp -v pages/index.yaml site/
- run: pipenv run ghp-import site -p --force

0 comments on commit 293996f

Please sign in to comment.