Skip to content

Commit

Permalink
Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 21, 2024
1 parent 1454ca8 commit dc57006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
- name: Publish Docs
run: |
rm -rf wisp_api wisp_socket .gitignore package-lock.json package.json README.md tsconfig.json wisp.ts wrangler.toml .github
cp -R docs ../docs_wip
rm -rf ./* ,/.*
git add ./docs
mv ../docs_wip docs
git add .
git commit -m "Update Docs for version: ${{ inputs.version_tag }}"
git push --force origin HEAD:docs

0 comments on commit dc57006

Please sign in to comment.