From c7993765fd581b01c96c542dcb633485d18583bd Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 1 Nov 2021 13:30:36 +0100 Subject: [PATCH 1/6] Initial commit --- .nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b From 9f34925d36266570b34ce333d33555eea4c3ba85 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 1 Nov 2021 20:02:58 +0100 Subject: [PATCH 2/6] ci: add workflow inspired by @JEEB's --- .github/workflows/build.yml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..49c3aa96 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,47 @@ +name: build + +# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow +on: + workflow_dispatch: + push: + branches: ["ci"] + +jobs: + webpage: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + + - name: Checkout build sources + uses: actions/checkout@v2 + with: + repository: mpv-player/mpv.io + + - name: Checkout build result repository + uses: actions/checkout@v2 + with: + repository: mpv-player/mpv-player.github.io + ref: master + path: build + fetch-depth: 0 + + - name: Install OS dependencies + run: | + sudo apt-get update + sudo apt-get install -y docutils-common + + - 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 + run: | + rake travis + + - name: Push results + run: | + pushd build + git push origin master + popd From c8864ef85fbe5ceb19927209f9a8dca4c668151d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 6 Feb 2022 11:51:50 +0100 Subject: [PATCH 3/6] ci: run workflow daily --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c3aa96..a652af24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: workflow_dispatch: push: branches: ["ci"] + schedule: + - cron: "0 8 * * *" jobs: webpage: From 23365fea1b93937f08c6c2306e59afa720be0621 Mon Sep 17 00:00:00 2001 From: sfan5 Date: 2022年3月31日 19:36:59 +0200 Subject: [PATCH 4/6] Revert "ci: run workflow daily" ...because it didn't work at all --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a652af24..49c3aa96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,6 @@ on: workflow_dispatch: push: branches: ["ci"] - schedule: - - cron: "0 8 * * *" jobs: webpage: From 1eb78823db803c49817342c78c51a61c9320cec9 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 6 Aug 2023 21:40:52 +0200 Subject: [PATCH 5/6] ci: update --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c3aa96..11e7f1b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 From 42aac5fc4df4511c888d68b054ce6d3f60693f12 Mon Sep 17 00:00:00 2001 From: sfan5 Date: 2024年11月26日 10:10:43 +0100 Subject: [PATCH 6/6] ci: update --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11e7f1b7..a2221473 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,17 +8,17 @@ on: jobs: webpage: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Checkout build sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: mpv-player/mpv.io - name: Checkout build result repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: mpv-player/mpv-player.github.io ref: master

AltStyle によって変換されたページ (->オリジナル) /