Skip to content

Commit

Permalink
docs: set fetch depth to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Nov 8, 2024
1 parent d109c6d commit 59fd7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: collections/ansible_collections/sophos/sophos_firewall
fetch-depth: 0
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
Expand All @@ -29,5 +30,5 @@ jobs:
with:
# publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "$GITHUB_WORKSPACE/collections/ansible_collections/sophos/sophos_firewall/docs/build/html"
publish_dir: ${{ github.workspace }}/collections/ansible_collections/sophos/sophos_firewall/docs/build/html
force_orphan: true

0 comments on commit 59fd7f4

Please sign in to comment.