Skip to content

Commit

Permalink
Resolve permissions error in mark install (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Feb 23, 2023
1 parent f782580 commit 087f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-confluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
curl -sL "https://github.com/kovetskiy/mark/releases/download/${{ inputs.markVersion }}/mark_${{ inputs.markVersion }}_Linux_x86_64.tar.gz" | tar -xzvf - mark
chmod 755 mark
mv mark /usr/bin/mark
sudo mv mark /usr/bin/mark
shell: bash
- name: Deploy to Confluence
run: ./.actions/scripts/deployment/deploy-docs-to-confluence.sh "${{ inputs.filePattern }}"
Expand Down

0 comments on commit 087f190

Please sign in to comment.