From a8d4b88097faf288b952ccbb7315d4e305059d9e Mon Sep 17 00:00:00 2001 From: Banks T Date: Sat, 11 Jul 2020 15:25:32 -0400 Subject: [PATCH] Attempt stale CI fix (#25) * Attempt stale CI fix * Update main.yml * Update main.yml * Revert to actions/checkout@v1 * Skip linkcheck * Fix CI build Co-authored-by: Vatan Aksoy Tezer <13888103+vatanaksoytezer@users.noreply.github.com> --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a8a01e8e..5881b4803 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: steps: # Checkout code. - - uses: actions/checkout@v2 - + - uses: actions/checkout@v1 + # Setup Node.js - name: Setup Node.js uses: actions/setup-node@v1 @@ -58,8 +58,8 @@ jobs: steps: # Checkout code. - - uses: actions/checkout@v2 - + - uses: actions/checkout@v1 + # Install Java 11. - uses: actions/setup-java@v1 with: @@ -98,7 +98,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install sphinx sphinx_rtd_theme sphinx-tabs + pip install sphinx sphinx_rtd_theme sphinx-tabs sphinxext-opengraph sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk texlive-lang-greek texlive-luatex texlive-xetex texlive-fonts-extra dvipng graphviz - name: Check the docs run: | @@ -128,8 +128,8 @@ jobs: steps: # Checkout code. - - uses: actions/checkout@v2 - + - uses: actions/checkout@v1 + # Install Java 11. - uses: actions/setup-java@v1 with: @@ -188,7 +188,7 @@ jobs: steps: # Checkout code. - - uses: actions/checkout@v2 + - uses: actions/checkout@v1 # Install Java 11. - uses: actions/setup-java@v1