Skip to content

Commit

Permalink
docs: update workflow to refer to local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Nov 8, 2024
1 parent 8600647 commit 0d9a248
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: collections/ansible_collections/sophos/sophos_firewall
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
pip install ansible
ansible-galaxy collection install sophos.sophos_firewall
- name: Sphinx build
env:
ANSIBLE_COLLECTIONS_PATH: "$GITHUB_WORKSPACE/collections"
run: |
bash docs/build.sh
- name: Deploy
Expand Down

0 comments on commit 0d9a248

Please sign in to comment.