Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Feb 8, 2024
1 parent bc9a475 commit 540c145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
runs-on: scil-website-runners

steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Install dependancies
run: |
sudo apt-get update
sudo apt-get install -y \
git
- name: Checkout repository
uses: actions/[email protected]

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 540c145

Please sign in to comment.