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 2337187 commit 96b97d3Copy full SHA for 96b97d3
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: dnf install -y make lyx 'dnf-command(copr)'
23
- name: Enable copr repo
24
- run: dnf copr enable atim/zola --assumeyes
+ run: dnf copr enable pgdev/zola --assumeyes
25
- name: Install zola
26
run: dnf install zola --assumeyes
27
- name: Run test
0 commit comments