Skip to content

Commit

Permalink
Update publishing-your-site.md
Browse files Browse the repository at this point in the history
Remove fetch-depth for checkout action (revert)

Also update Insiders workflow.
  • Loading branch information
uschmidt83 committed Feb 1, 2024
1 parent c99f0cb commit dcb23d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/publishing-your-site.md
Expand Up @@ -35,8 +35,6 @@ contents:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down Expand Up @@ -100,11 +98,11 @@ contents:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand Down

0 comments on commit dcb23d9

Please sign in to comment.