Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Oct 12, 2023
1 parent d2d1f7e commit 6a73ce2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ jobs:
name: doc-pages
path: ./build/html

# deploy:
# runs-on: ubuntu-latest
# permissions:
# contents: write

# steps:
# - uses: actions/download-artifact@v3
# with:
# name: doc-pages
# path: ./doc/_build/html

# - name: "Deploy Github Pages"
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# BRANCH: gh-pages
# FOLDER: doc/_build/html/
deploy:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/download-artifact@v3
with:
name: doc-pages
path: ./build/html

- name: "Deploy Github Pages"
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages
FOLDER: ./build/html/

0 comments on commit 6a73ce2

Please sign in to comment.