Skip to content

Commit

Permalink
GitHub Actions: Use actions/jekyll-build-pages@v1
Browse files Browse the repository at this point in the history
自前で設定したjekyllではなくGitHubが保守しているアクション[1]を使って
マニュアルのビルドをテストするように変更します。

[1]: https://github.com/actions/jekyll-build-pages
  • Loading branch information
ma8ma committed Aug 27, 2022
1 parent a3d8641 commit 22463a1
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ccpp.yml
Expand Up @@ -223,16 +223,12 @@ jobs:
- name: ./builddir/src/jdim -V
run: ./builddir/src/jdim -V

manual:
manual-build:

runs-on: ubuntu-20.04
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: dependencies installation
run: |
sudo apt update
sudo apt install ruby-dev ruby-bundler libcurl4-openssl-dev libxslt1-dev
- name: make -j$(nproc) -C docs build
run: make -j$(nproc) -C docs build
- uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./docs/_site

0 comments on commit 22463a1

Please sign in to comment.