Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CogBrainHealthLab authored Nov 18, 2024
1 parent cef149d commit 957e0dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
permissions:
contents: write
steps:
- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
- name: Check out repository
uses: actions/checkout@v4

Expand All @@ -32,4 +35,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 957e0dd

Please sign in to comment.