Skip to content

Commit

Permalink
Merge branch 'development' into 10-data-model
Browse files Browse the repository at this point in the history
  • Loading branch information
ErFer7 committed Jul 13, 2024
2 parents 3bd7c9a + b1cecd2 commit 1bafcff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -33,7 +35,8 @@ jobs:
cp -r build/html/* ../gh-pages/
- name: Deploy documentation
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: gh-pages

0 comments on commit 1bafcff

Please sign in to comment.