Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder authored Aug 4, 2023
1 parent 2fd397d commit 2ffe48a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ jobs:
.\build\doc\*.chm
.\build\doc\htmlDocs.zip
deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
with:
branch: gh-pages
folder: .
- name: Extract HTML Docs
run: |
7z x -y documentation-artifacts/htmlDocs.zip -ohtmlDocs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
# deploy:
# needs: build
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Setup Pages
# uses: actions/configure-pages@v3
# with:
# branch: gh-pages
# folder: .
# - name: Extract HTML Docs
# run: |
# 7z x -y documentation-artifacts/htmlDocs.zip -ohtmlDocs
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2ffe48a

Please sign in to comment.