File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 * * 0' # Run every Sunday at midnight
66 workflow_dispatch :
7+ push :
8+ branches : [ master ]
9+ paths :
10+ - ' action.yml'
11+ pull_request :
12+ branches : [ master ]
13+ paths :
14+ - ' action.yml'
715
816jobs :
917 test :
1018 runs-on : ubuntu-latest
19+ permissions :
20+ contents : read
21+ pages : write
22+ id-token : write
23+
1124 steps :
1225 - name : Checkout Test Repository
1326 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -41,13 +41,11 @@ jobs:
4141 id-token : write
4242 steps :
4343 - name : Deploy MkDocs
44- uses : Reloaded-Project/reloaded-project-configurations-rust/.github/actions/deploy- mkdocs-documentation @v1
44+ uses : Reloaded-Project/devops- mkdocs@v1
4545 with :
4646 REQUIREMENTS : ./docs/requirements.txt
4747 PUBLISH_TO_PAGES : true
48- CHECKOUT : true
49- PRE_BUILD_SCRIPT : ./scripts/pre-build.sh
50- PRE_BUILD_SHELL : bash
48+ CHECKOUT_CURRENT_REPO : true # Checks out by default.
5149` ` `
5250
5351## Setup
You can’t perform that action at this time.
0 commit comments