Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif committed Feb 1, 2024
1 parent 51a771f commit 1aecd69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
deploy:
steps:
runs-on: ubuntu-latest
- name: Deploy the site
working-directory: docs-website
uses: benmatselby/hugo-deploy-gh-pages@main
Expand All @@ -22,4 +20,4 @@ jobs:
TARGET_BRANCH: ${{ var.GITHUB_BASE_REF }}
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '-gc --minify'
CNAME: benmatselby.github.io
CNAME: issif.github.io

0 comments on commit 1aecd69

Please sign in to comment.