Skip to content

Commit

Permalink
Merge pull request #37 from Clonkk/fix-ci
Browse files Browse the repository at this point in the history
fix docs in CI (?)
  • Loading branch information
Clonkk authored Sep 16, 2024
2 parents fca1de1 + 7e806e1 commit f6246bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
gh-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: "gh-pages"

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Rebase
run: git rebase -Xours origin/master
- name: Gendoc
run: nimble gendoc
run: nimble gendoc -y
- name: Commit files
run: |
echo ${{ github.ref }}
Expand Down

0 comments on commit f6246bf

Please sign in to comment.