Skip to content

Commit

Permalink
Update website build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed May 14, 2024
1 parent 8e10b18 commit 8c46100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
repository: 'naev/naev-website'
path: /__w/naev.github.io/naev.github.io/staging
- name: "Setup ruby"
uses: ruby/setup-ruby@v1
with:
working-directory: ${{ github.workspace }}/staging
bundler-cache: true
- name: "Build Website"
run: make
working-directory: ${{ github.workspace }}/staging
Expand Down

0 comments on commit 8c46100

Please sign in to comment.