Skip to content

Commit

Permalink
OPCUA-3243 Update deploy_documentation.yml to use python3 -m pip inst…
Browse files Browse the repository at this point in the history
…ead of pip3 for installing requirements.
  • Loading branch information
parasxos committed Nov 24, 2024
1 parent 7b76a49 commit 4611c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "${GITHUB_WORKSPACE}/"
cd "${GITHUB_WORKSPACE}/"
pip3 install --user -r ./Documentation/requirements.txt
python3 -m pip install --user -r ./Documentation/requirements.txt
- name: Create new folder
run: |
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
echo 'Copying new build to EOS'
cp -a . /eos/project-q/quasar/www/
rm -rf /eos/project-q/quasar/www/version
cp -r /usr/share/nginx/quasar/version /eos/project-q/quasar/www
cp -r /usr/share/nginx/quasar/version /eos/project-q/quasar/www

0 comments on commit 4611c06

Please sign in to comment.