-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5135369
commit 1cd5ab8
Showing
1 changed file
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,26 +11,21 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.x' | ||
cache: 'pip' | ||
|
||
- name: Install dependencies | ||
uses: jannekem/[email protected] | ||
with: | ||
script: | | ||
pip install -r requirements.txt | ||
- run: pip install -r requirements.txt | ||
|
||
- name: Build Site | ||
uses: jannekem/run-python[email protected] | ||
uses: actions/setup-python@v5 | ||
with: | ||
script: | | ||
python -m pip install --upgrade pip | ||
mkdocs build | ||
python-version: '3.x' | ||
cache: 'pip' | ||
- run: mkdocs build | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/configure-aws-credentials@v1 | ||
|