Skip to content

Commit

Permalink
Fix docs preview permissions (#7971)
Browse files Browse the repository at this point in the history
* Fix docs preview job permissions
* Add localhost:8080 to .lycheeignore
* Add Java mac install page to .lycheeignore
  • Loading branch information
eladlachmi authored Jul 8, 2024
1 parent e444c30 commit 67516d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
preview:
name: Docs PR - Publish preview and check links
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Check-out
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions docs/.lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ http://127.0.0.1:8888
http://lakefs-hooks
http://localhost:4000
http://localhost:8000
http://localhost:8080
http://localhost:8888
http://localhost:9000
https://account.blob.core.windows.net
Expand All @@ -23,3 +24,4 @@ local://
s3://
https://lakefs.io/
https://lakefs.acme.com/
https://www.java.com/en/download/help/mac_install.html
4 changes: 2 additions & 2 deletions docs/enterprise/orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For simplicity the example does not use SSO and only supports basic authenticati

1. Create `docker-compose.yaml` file with the following content
2. Run `docker compose up` in the same directory as the `docker-compose.yaml` file.
3. In your browser go to [http://localhost:8080](http://localhost:8080) to access lakeFS UI.
3. In your browser go to <http://localhost:8080> to access lakeFS UI.

```yaml
version: "3"
Expand Down Expand Up @@ -222,7 +222,7 @@ configs:
- http://localhost:8080/oidc/login
```

Test the OIDC configuration works - in your browser go to [http://localhost:8080](http://localhost:8080) to access lakeFS UI.
Test the OIDC configuration works - in your browser go to <http://localhost:8080> to access lakeFS UI.

</div>
</div>
Expand Down

0 comments on commit 67516d4

Please sign in to comment.