Skip to content

Commit

Permalink
Merge pull request #211 from FluxML/doc
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
yuehhua authored Jul 26, 2021
2 parents b1d0648 + 7710642 commit 8344085
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:

jobs:
build:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: '1'
os: ubuntu-latest
arch: x64
os: [ubuntu-latest]
julia-version: ["1"]
julia-arch: [x64]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8344085

Please sign in to comment.