Skip to content

Commit

Permalink
Update pull-request-test.yaml (#5959)
Browse files Browse the repository at this point in the history
  • Loading branch information
samzong authored Nov 20, 2024
1 parent 1775d1b commit 2be614e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:

env:
PIP_CONSTRAINT: /home/runner/work/DaoCloud-docs/DaoCloud-docs/constraints.txt

MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.ORG_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand All @@ -25,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
fetch-depth: 0

Expand All @@ -37,7 +38,7 @@ jobs:
# path: mkdocs-material
# fetch-depth: 1

- uses: actions/setup-python@v5
- uses: actions/setup-python@v2
with:
python-version: 3.x

Expand Down

0 comments on commit 2be614e

Please sign in to comment.