Skip to content

Commit

Permalink
ci: Deploy Docs to different url
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyhale committed Sep 25, 2024
1 parent 2f69fc1 commit 4bec599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
- name: Upload project artifact
uses: actions/upload-pages-artifact@v1
with:
name: deploy
path: ./example/deploy
- name: Gzip-Docs
run: gzip -k ./docs/*.*
- name: Upload docs artifact
uses: actions/upload-pages-artifact@v1
with:
name: docs
path: ./docs

deploy-pages:
Expand All @@ -48,6 +50,4 @@ jobs:
#if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
steps:
- name: Deploy Project to GitHub Pages
uses: actions/deploy-pages@v2
- name: Deploy Docs to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 4bec599

Please sign in to comment.