Skip to content

Commit

Permalink
Format YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jan 2, 2025
1 parent e8b2206 commit 6d4a2f0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package_ecosystem: "github-actions"
directory: "/"
- package_ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'
groups:
gha-dependencies:
patterns:
- "*"
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
with:
ignore_links: "lite/"
ignore_links: 'lite/'

build-docs-and-lite:
name: Build docs with JupyterLite deployment
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-rtd-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# interface. For users who don't know this, finding the preview link may be
# very difficult or frustrating. This workflow makes the link more
# findable by updating PR descriptions to include it.
name: "Add ReadTheDocs preview link to PR description"
name: 'Add ReadTheDocs preview link to PR description'

on:
pull_request_target:
types:
- "opened"
- 'opened'

permissions:
pull-requests: "write"
pull-requests: 'write'

jobs:
autolink-rtd-previews:
runs-on: "ubuntu-latest"
runs-on: 'ubuntu-latest'
steps:
- uses: "readthedocs/actions/preview@v1"
- uses: 'readthedocs/actions/preview@v1'
with:
project-slug: "jupytergis"
project-slug: 'jupytergis'
message-template: |
📚 Documentation preview: {docs-pr-index-url}
💡 JupyterLite preview: {docs-pre-index-url}/lite
4 changes: 2 additions & 2 deletions docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.10
- pip # Needed to install jupytergis wheels in RTD build
- pip # Needed to install jupytergis wheels in RTD build

# Build docs & JupyterLite
- jupyterlite-core>=0.2.0,<0.3.0
Expand All @@ -15,4 +15,4 @@ dependencies:
- pydata-sphinx-theme
- sphinx-autodoc-typehints

- xeus-python # TODO: Do we need this?
- xeus-python # TODO: Do we need this?

0 comments on commit 6d4a2f0

Please sign in to comment.