Skip to content

Commit

Permalink
fix docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Nov 27, 2022
1 parent ef0ed90 commit d6a827d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
npm ci
npm run docs
cd docs/promise-android-tools/$(node -p "require('./package.json').version")
cd docs
tar czf ../../../pages.tgz .
- name: Upload docs
Expand All @@ -121,4 +121,4 @@ jobs:
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add $(tar tzf pages.tgz)
git commit -m 'New doc pages from GitHub Workflow'
git push origin gh-pages
git push origin gh-pages

0 comments on commit d6a827d

Please sign in to comment.