Skip to content

Commit

Permalink
Fix workflows (?).
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Feb 8, 2025
1 parent 820575f commit b6360cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

steps:
- name: Build and deploy Documenter.jl docs
uses: TuringLang/actions/DocsDocumenter@v3
uses: TuringLang/actions/DocsDocumenter@main
3 changes: 1 addition & 2 deletions .github/workflows/DocsNav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
uses: julia-actions/setup-julia@v2

- name: Insert navbar
uses: TuringLang/actions/DocsNav@v3
uses: TuringLang/actions/DocsNav@main
with:
doc-path: '.'
navbar-url: ${{ github.action_path }}/scripts/TuringNavbar.html

- name: Commit and push changes
run: |
Expand Down

0 comments on commit b6360cd

Please sign in to comment.