Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Nov 12, 2024
1 parent 27edfb7 commit 88691b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
artifact-upload: 'false'

- name: Debug
run: cd ${{ steps.init.outputs.build-html }} && ls -la
run: cd /github/workspace/home/runner/work/_temp/docsbuild/build/html && ls -la

- name: Set environment variables.
run: |
Expand All @@ -78,6 +78,7 @@ jobs:
dir: "/home/runner/work/_temp/docsbuild/build/html"
chunk-size: 20
skip-purge: true
enable-index-html: true

- name: Purge the QuantCDN cache
uses: quantcdn/[email protected]
Expand Down

0 comments on commit 88691b5

Please sign in to comment.