Skip to content

Commit

Permalink
Use Github Actions Runner to build website.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed May 14, 2024
1 parent 0589c01 commit 6e09c56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
contents: write
runs-on: ubuntu-latest
if: github.event.inputs.publish_type == 'website'
container:
image: "ghcr.io/naev/naev-docs:latest"
steps:
- name: "Checkout `naev.org`"
uses: actions/checkout@v3
Expand All @@ -25,6 +23,11 @@ jobs:
with:
repository: 'naev/naev-website'
path: /__w/naev.github.io/naev.github.io/staging
- 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:
Expand Down

0 comments on commit 6e09c56

Please sign in to comment.