Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs preview permissions #7971

Merged
merged 4 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading