Skip to content

Commit

Permalink
Fully use Github Actions image for building the website.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed May 14, 2024
1 parent 35d8190 commit 38e13d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/website_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest
container:
image: "ghcr.io/naev/naev-docs:latest"

steps:
- name: Checkout Naev Website Repository
uses: actions/checkout@v3

- name: Setup APT Packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: graphicsmagick optipng tidy
version: website_1.0

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
self-hosted: false
bundler-cache: true

- name: Build and Check Website
Expand Down

0 comments on commit 38e13d6

Please sign in to comment.