Skip to content

Commit

Permalink
Prøver å fikse feil i automatisk bygg og installasjon
Browse files Browse the repository at this point in the history
Her er feilmeldinga: invalid value workflow reference: no version specified
  • Loading branch information
gruble committed Jul 4, 2024
1 parent f29a65b commit 03b5ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-static-web-app-docs-vue-prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Installerer dok-appen i sky når vi pusher til main
name: Prod NVE Designsystem dokumentasjonsside

on:
Expand All @@ -9,9 +10,8 @@ on:
- 'doc-site/**'

jobs:
# Run when a pull request is created or updated
call-reusable-workflow:
uses: ./azure-static-web-app-vue-build-reusable.yml
uses: ./.github/workflows/azure-static-web-app-vue-build-reusable.yml
with:
node_version: '20'
app_location: 'doc-site'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/azure-static-web-app-docs-vue-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Installerer et PR-bygg av dok-appen når vi oppretter eller oppdaterer en pull request
name: Test NVE Designsystem dokumentasjon side

on:
Expand All @@ -10,9 +11,8 @@ on:
- 'doc-site/**'

jobs:
# Run when a pull request is created or updated
call-reusable-workflow:
uses: ./azure-static-web-app-vue-build-reusable.yml
uses: ./.github/workflows/azure-static-web-app-vue-build-reusable.yml
with:
node_version: '20'
app_location: 'doc-site'
Expand Down

0 comments on commit 03b5ec1

Please sign in to comment.