Skip to content

Commit

Permalink
Fix docs publishing pipeline (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Oct 12, 2023
1 parent be511c8 commit e15d2f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ coverage:
comment:
layout: "header, diff, files"
behavior: default
require_changes: false
require_changes: false
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
- name: Publish coverage results to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
token: 2168e29b-e40e-4ddf-acc3-00907462e93e # not ideal, but limited risk
file: coverage-${{ matrix.python-version }}.xml
fail_ci_if_error: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
requirements: "true"
test-requirements: "true"
docs-requirements: "true"

- name: Push documentation changes
uses: ./.github/actions/publish-docs-with-mike
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.4'
version: "3.4"

x-mount-app-and-user-git-config: &mount-app-and-user-git-config
volumes:
Expand All @@ -12,9 +12,7 @@ services:
build:
dockerfile: "./docker/devbox.dockerfile"
context: "."
image: "gbq_devbox"
stdin_open: true # docker run -i
tty: true # docker run -t
image: "gbq-devbox"
volumes:
- "./:/app"

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: gbq Documentation
site_url: https://github.com/wayfair-incubator/gbq/docs/
repo_url: https://github.com/wayfair-incubator/gbq/
site_url: https://wayfair-incubator.github.io/gbq/
repo_url: https://github.com/wayfair-incubator/gbq
repo_name: wayfair-incubator/gbq
edit_uri: edit/main/docs/
docs_dir: docs
Expand Down

0 comments on commit e15d2f3

Please sign in to comment.