We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23365fe commit 1eb7882Copy full SHA for 1eb7882
.github/workflows/build.yml
@@ -10,15 +10,15 @@ jobs:
10
webpage:
11
runs-on: ubuntu-20.04
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Checkout build sources
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
with:
18
repository: mpv-player/mpv.io
19
20
- name: Checkout build result repository
21
22
23
repository: mpv-player/mpv-player.github.io
24
ref: master
@@ -33,7 +33,6 @@ jobs:
33
- name: Set up Ruby
34
uses: ruby/setup-ruby@v1
35
36
- ruby-version: "2.1"
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
39
- name: Build site and manual
0 commit comments