Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Aug 6, 2023
1 parent 23365fe commit 1eb7882
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
webpage:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Checkout build sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: mpv-player/mpv.io

- name: Checkout build result repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: mpv-player/mpv-player.github.io
ref: master
Expand All @@ -33,7 +33,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.1"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build site and manual
Expand Down

0 comments on commit 1eb7882

Please sign in to comment.