Skip to content

Commit 3c8cdc0

Browse files
committed
Switch to just
1 parent 7b9010a commit 3c8cdc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
with:
1616
python-version: "3.10"
17+
- uses: extractions/setup-just@v1
1718

1819
- name: Build documentation
1920
run: |
2021
python -m pip install --upgrade poetry
2122
poetry install
22-
poetry run mkdocs build
23+
just build
2324
2425
- name: Deploy preview to Surge
2526
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)