Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif committed Feb 1, 2024
1 parent 1aecd69 commit 13ab4e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
- hugo-docs

jobs:
build:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
runs-on: ubuntu-latest
- name: Deploy the site
working-directory: docs-website
uses: benmatselby/hugo-deploy-gh-pages@main
Expand Down

0 comments on commit 13ab4e6

Please sign in to comment.