Skip to content

Commit

Permalink
Bump MkDocs version and remove windows CLI tool build
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Jul 22, 2022
1 parent fa167ce commit 10bc804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
jinja2>=3.1 \
markdown>=3.3 \
mkdocs>=1.3 \
mkdocs-material>=8.2.11 \
mkdocs-material>=8.3.7 \
mkdocs-material-extensions>=1.0.3 \
mkdocs-minify-plugin>=0.5 \
mkdocs-redirects>=1.0 \
pygments>=2.11 \
pymdown-extensions>=9.3
pygments>=2.12 \
pymdown-extensions>=9.5
- name: Deploy documentation
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-cli-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ linux, windows, darwin ] # Target systems,
goos: [ linux, darwin ] # Target systems,
goarch: [ "386", amd64, arm64 ] # with their architecture.
exclude:
# Exclude some combinations of system and architecture.
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit 10bc804

Please sign in to comment.