We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5183c48 + 4136908 commit aab8ed1Copy full SHA for aab8ed1
.github/workflows/pages.yml
@@ -53,7 +53,7 @@ jobs:
53
working-directory: docs
54
steps:
55
- name: Checkout
56
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
57
- name: Setup Ruby
58
uses: ruby/setup-ruby@v1
59
with:
.github/workflows/publications.yml
@@ -34,7 +34,7 @@ jobs:
34
working-directory: docs/about-issm/publications
35
36
37
38
- name: Generate Publications Page
39
run: |
40
./bin/generate_publications_page.sh > ${{ env.TARGET }}
0 commit comments