Skip to content

Commit

Permalink
test: debug docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Apr 15, 2024
1 parent 48ab2fd commit caa0303
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.BE_TEST_DOCS_DEPLOY_KEY }}
- name: Install dependencies
run: npm ci
- name: Deploy to GitHub Pages
working-directory: ./packages/testing-docs
env:
USE_SSH: true
run: |
npm ci
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
npm run deploy

0 comments on commit caa0303

Please sign in to comment.