Skip to content

Commit

Permalink
Update stride-docs-staging-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 5, 2024
1 parent efcb937 commit 951811f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stride-docs-staging-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Build documentation
run: ./build-all.bat
working-directory: stride-docs
working-directory: ${{ needs.setup.outputs.stride_docs_path }}

- name: Compress artifact
run: 7z a -r DocFX-app.zip ./stride-docs/_site/*
run: 7z a -r DocFX-app.zip ./${{ needs.setup.outputs.stride_docs_path }}/_site/*

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 951811f

Please sign in to comment.