We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8058ff7 commit bc44bb7Copy full SHA for bc44bb7
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
"
47
- name: "Install htpasswd"
48
if: ${{ !env.ACT }}
49
- run: sudo apt-get update && apt-get -y install apache2-utils
+ run: sudo apt-get update && sudo apt-get -y install apache2-utils
50
- name: Install dependencies locally
51
if: ${{ env.ACT }}
52
run: |
0 commit comments