We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99f0cb commit dcb23d9Copy full SHA for dcb23d9
docs/publishing-your-site.md
@@ -35,8 +35,6 @@ contents:
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v4
38
- with:
39
- fetch-depth: 0
40
- name: Configure Git Credentials
41
run: |
42
git config user.name github-actions[bot]
@@ -100,11 +98,11 @@ contents:
100
98
101
99
102
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
103
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
104
with:
105
python-version: 3.x
106
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
107
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
108
109
key: mkdocs-material-${{ env.cache_id }}
110
path: .cache
0 commit comments