Skip to content

Commit

Permalink
fix: endre navn på pdf-versjon
Browse files Browse the repository at this point in the history
  • Loading branch information
stigbd committed May 6, 2021
1 parent 363ba22 commit efd477f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adocs-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: adocbuild_pdf
uses: avattathil/asciidoctor-action@master
with:
program: "asciidoctor-pdf -D docs -o document.pdf -a lang=nb docs/main.adoc"
program: "asciidoctor-pdf -D docs -o forvaltningsstandard-begrepsbeskrivelser.pdf -a lang=nb docs/main.adoc"
continue-on-error: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adocs-build-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: adocbuild_pdf
uses: avattathil/asciidoctor-action@master
with:
program: "asciidoctor-pdf -D docs -o document.pdf -a lang=nb docs/main.adoc"
program: "asciidoctor-pdf -D docs -o forvaltningsstandard-begrepsbeskrivelser.pdf -a lang=nb docs/main.adoc"
continue-on-error: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For at det følgende skal virke på din maskin, må du ha programvare installert
```
% docker run -it -v $(pwd):/documents asciidoctor/docker-asciidoctor
bash-5.0# asciidoctor -a lang=nb -D docs -o index.html docs/main.adoc
bash-5.0# asciidoctor-pdf -a lang=nb -D docs -o document.pdf docs/main.adoc
bash-5.0# asciidoctor-pdf -a lang=nb -D docs -o forvaltningsstandard-begrepsbeskrivelser.pdf docs/main.adoc
```
Åpne filen index.html i din nettleser.

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeval::["{backend}" == "html5"]

[TIP]
//.Nedlasting av dokumentet
Dette dokumentet kan også lastes ned link:document.pdf[som PDF].
Dette dokumentet kan også lastes ned link:forvaltningsstandard-begrepsbeskrivelser.pdf[som PDF].
Dersom det oppleves problemer med nedlastet utgave, eksempelvis bilder som mangler eller lenker som ikke fungerer, ber vi om at man benytter versjonen tilgjengelig på nett for de aktuelle delene.

endif::[]

0 comments on commit efd477f

Please sign in to comment.