Skip to content

Commit

Permalink
[Template merge] Use newest actions when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jan 24, 2025
1 parent dc5028b commit 92eb7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docsygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
build-and-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: giellalt/giella-core
path: giella-core
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: giellalt/giella-shared
path: giella-shared
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: lang
- name: Install dev dependencies
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# Mermaid processing ends here

- name: deploy gh pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: lang/docs/
Expand Down

0 comments on commit 92eb7fb

Please sign in to comment.