Skip to content

Commit 957e0dd

Browse files
Update publish.yml
1 parent cef149d commit 957e0dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14+
- name: Install dependencies
15+
run: |
16+
sudo apt-get install libcurl4-openssl-dev
1417
- name: Check out repository
1518
uses: actions/checkout@v4
1619

@@ -32,4 +35,4 @@ jobs:
3235
with:
3336
target: gh-pages
3437
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)