Skip to content

Commit

Permalink
docs: update theme 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zseta authored May 8, 2024
2 parents af23c06 + 039f4b7 commit 89b1af2
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 210 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/docs-amplify-enhanced.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@ on:
- master
paths:
- "docs/**"
- 'branch-**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
15 changes: 0 additions & 15 deletions amplify.yml

This file was deleted.

Loading

0 comments on commit 89b1af2

Please sign in to comment.