Skip to content

Commit

Permalink
ci: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Sep 21, 2024
1 parent a9d513d commit aba19c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
token: '${{ secrets.GITHUB_TOKEN }}'
- run: corepack enable yarn
- run: yarn install
- run: yarn typedoc
- run: git checkout -b typedoc
- run: git add .
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- run: git commit -m "Update typedoc to commit ${{ steps.vars.outputs.sha_short }}"
- run: git push --set-upstream origin typedoc
- run: yarn typedoc
- run: git push --set-upstream origin typedoc

0 comments on commit aba19c3

Please sign in to comment.