Skip to content

Commit

Permalink
Does it work now?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxs-ribs committed Nov 20, 2023
1 parent 2154c4d commit 6cf1bc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ jobs:
- name: Build docs
run: cd docs && make deploy
- name: Upload artifact
if: github.ref == 'refs/head/main'
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: 'docs/_build/dirhtml'
- name: Deploy to GitHub Pages
if: github.ref == 'refs/head/main'
id: deployment
uses: actions/deploy-pages@v1
3 changes: 0 additions & 3 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Publish pre-release package
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- luc/test31

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- v*
branches:
- luc/test31 # Added this line

jobs:
create-release:
Expand Down

0 comments on commit 6cf1bc6

Please sign in to comment.