Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 29, 2023
1 parent defb079 commit 1c24c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
env:
UPA_DEPLOY: ${{ github.ref == 'refs/heads/main' }}
UPA_DOCS_REPOSITORY: url-upa/docs
UPA_DOCS_REPOSITORY: upa-url/docs
UPA_DOCS_DIR: main
steps:
- uses: actions/checkout@v4
Expand All @@ -38,6 +38,7 @@ jobs:
- name: Prepare directory for publication
if: env.UPA_DEPLOY
run: |
sudo chown --recursive $USER doc/html
mkdir -p build-docs
rm -rf build-docs/.git
rm -rf build-docs/common
Expand Down

0 comments on commit 1c24c2a

Please sign in to comment.