Skip to content

Commit

Permalink
up action
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jun 2, 2022
1 parent 777db87 commit b3010f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:

build_docs:
runs-on: ubuntu-latest
runs-on: self-ubuntu-20.04
name: Build, Install, Package slides
# if: "!contains(github.event.head_commit.message, 'docs skip')"
steps:
Expand All @@ -16,9 +16,7 @@ jobs:
GITHUB_OAUTH: ${{ secrets.DOCS_GITHUB_KEY }}
- name: Build
run: |
sudo apt install asciidoctor ruby2.7
bundle2.7 install
mkdir build
bundle2.7 install --path vendor/bundle
./render bundle2.7
- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit b3010f2

Please sign in to comment.