Skip to content

Commit

Permalink
PRøver å rette feil med permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhoh committed Nov 22, 2023
1 parent 5e69b89 commit c08ba2d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
Empty file removed docs/introduksjon/introduksjon.md
Empty file.
2 changes: 1 addition & 1 deletion docs/vdi/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install dbt-oracle
Could not fetch URL https://pypi.org/simple/dbt-oracle/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/dbt-oracle/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)')))
```

Sjekk om du har gjort [oppsett av sertifikater til pip](pip.md#oppsett-av-sertifikater-til-pip).
Sjekk om du har gjort [oppsett av sertifikater til pip](pip-og-oppsett.md#oppsett-av-sertifikater-til-pip).

!!! failure "Installasjon feiler"
I noen tilfeller har vi opplevd at [Microsoft Visual C++]( https://visualstudio.microsoft.com/visual-cpp-build-tools/) mangler.
Expand Down
12 changes: 6 additions & 6 deletions docs/vdi/installere.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

For å installere dbt må du ha følgende installert:

- [Python 3.10.x](vdi/python.md)
- [PIP og oppsett av dbt-miljø](vdi/standard-dbt-oppsett.md)
- [GIT / GitHub Desktop](vdi/git.md)
- [Oracle client library](vdi/oracle-client-library.md)
- [Python 3.10.x](python.md)
- [PIP og oppsett av dbt-miljø](standard-dbt-oppsett.md)
- [GIT / GitHub Desktop](git.md)
- [Oracle client library](oracle-client-library.md)

## Anbefalinger

For en god utvikleropplevelse anbefaler vi deg å ha følgende installert:

- [Visual studio code](vdi/vscode.md) eller en annen tekst editor
- [SQLFluff](vdi/sqlfluff.md)
- [Visual studio code](vscode.md) eller en annen tekst editor
- [SQLFluff](sqlfluff.md)
2 changes: 1 addition & 1 deletion docs/vdi/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ py --version
Python 3.8.10
```

Fortsett til [PIP](pip.md)
Fortsett til [PIP](pip-og-oppsett.md)

!!! failure
```shell
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nav:
- arkitektur/style_guide.md
- Dokumentasjon:
- dokumentasjon/dokumentasjon.md
- dokumentasjon/overview.md
- Feilsøking:
- feilsoking/feilsoking.md
- Prosjekter som bruker dbt:
Expand Down

0 comments on commit c08ba2d

Please sign in to comment.