Skip to content

Commit

Permalink
test two jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxs-ribs committed Nov 20, 2023
1 parent 7501bd8 commit f145e40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
run: pdm install --plugins && pdm install -d -G ci && pdm torch install cpu
- name: Build docs
run: cd docs && make deploy

deploy-and-upload:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Upload artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit f145e40

Please sign in to comment.