Skip to content

Commit

Permalink
Fix error in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-research committed Feb 4, 2025
1 parent 51eca5b commit 60238de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
cmake -B build -DSLANG_INCLUDE_DOCS=ON -DSLANG_INCLUDE_TESTS=OFF
cmake --build build --target docs -j8
- name: Compress docs artifacts
run: |
tar -czvf slang.tar.gz build/docs build/bin/slang
- name: Upload
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 60238de

Please sign in to comment.