Skip to content

Commit

Permalink
Change to github runner with image
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Sep 5, 2024
1 parent 39c80f4 commit a66e541
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Deploy Documentation

on:
push:
Expand All @@ -11,7 +11,9 @@ on:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: arc-runner-set
runs-on: ubuntu-latest
container:
image: ghcr.io/gabber235/typewriter-runner:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a66e541

Please sign in to comment.