Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed May 16, 2024
1 parent 872ad8d commit 1c69b4b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: github-pages
path: public/*
path: public


# fmu:
Expand Down Expand Up @@ -174,13 +174,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: github-pages
path: github-pages
- name: Publish documentation
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: github-pages/
force_orphan: true


Expand Down

0 comments on commit 1c69b4b

Please sign in to comment.