Skip to content

Commit

Permalink
Fix website (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: rc-softdev-admin <[email protected]>
  • Loading branch information
paddyroddy and rc-softdev-admin authored Sep 26, 2023
1 parent 501a14b commit 754eb2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
# Build job
website:
website-build:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/docs/Gemfile
Expand Down Expand Up @@ -58,12 +58,12 @@ jobs:
path: docs/_site

# Deployment job
deploy:
website-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: website-build
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 754eb2f

Please sign in to comment.