Skip to content

Commit

Permalink
Merge branch 'main' into #6-api-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner authored Sep 9, 2023
2 parents 2c3006c + ea04e42 commit bebf5ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v3.1.0
uses: crazy-max/ghaction-github-pages@v3.2.0
with:
target_branch: gh-pages
build_dir: ./docs
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

name: Nim ${{ matrix.nimversion }} - ${{ matrix.os }}


steps:
- uses: actions/checkout@v1
- uses: iffy/install-nim@v4
Expand All @@ -42,7 +43,7 @@ jobs:
Docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Docs
run: docker-compose run docs

0 comments on commit bebf5ef

Please sign in to comment.