Skip to content

Commit

Permalink
Fix gitlab syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 17, 2020
1 parent 1c6e6f7 commit 140df7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
matrix:
name: [linux, windows, macos]

include:
- name: linux
os: ubuntu-latest
artifact_name: cargo-deadlinks
asset_name: deadlinks-linux
- name: windows
os: windows-latest
artifact_name: cargo-deadlinks.exe
asset_name: deadlinks-windows
- name: macos
os: macos-latest
artifact_name: cargo-deadlinks
asset_name: deadlinks-macos
include:
- name: linux
os: ubuntu-latest
artifact_name: cargo-deadlinks
asset_name: deadlinks-linux
- name: windows
os: windows-latest
artifact_name: cargo-deadlinks.exe
asset_name: deadlinks-windows
- name: macos
os: macos-latest
artifact_name: cargo-deadlinks
asset_name: deadlinks-macos

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-deadlinks"
description = "Cargo subcommand for checking your documentation for broken links"
version = "0.4.2-alpha.2"
version = "0.4.2-alpha.3"
authors = ["Maximilian Goisser <[email protected]>", "Joshua Nelson <[email protected]"]
repository = "https://github.com/deadlinks/cargo-deadlinks"
readme = "README.md"
Expand Down

0 comments on commit 140df7b

Please sign in to comment.