Skip to content

Commit b52e135

Browse files
authored
Merge pull request #222 from DFiantHDL/docsupdate5
Update workflows
2 parents 31ed915 + 7438642 commit b52e135

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Scala
3131
uses: coursier/setup-action@v1
3232
with:
33-
jvm: adopt:16
33+
jvm: temurin:1.17.0.14
3434
apps: sbt bloop
3535
- name: Setup All Simulation Tools but NVC
3636
uses: YosysHQ/setup-oss-cad-suite@v3

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
branches: [main, milestone]
55
tags: ["*"]
6+
paths-ignore:
7+
- 'docs/**'
8+
- 'docs_overrides/**'
9+
- 'mkdocs.yml'
10+
- '.github/workflows/dfdocs.yml'
611
jobs:
712
publish:
813
runs-on: ubuntu-latest
@@ -12,7 +17,7 @@ jobs:
1217
fetch-depth: 0
1318
- uses: coursier/setup-action@v1
1419
with:
15-
jvm: adopt:16
20+
jvm: temurin:1.17.0.14
1621
apps: sbt bloop
1722
- run: sbt ci-release
1823
env:

0 commit comments

Comments
 (0)