Skip to content

Commit

Permalink
Merge pull request #49 from godot-rust/qol/ci-updates
Browse files Browse the repository at this point in the history
Update CI versions
  • Loading branch information
Bromeon authored Jun 11, 2024
2 parents e5f1031 + 3d761c4 commit b50aa32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ on:
env:
# Use fixed versions for now, replace with 'latest' to auto-use latest
# Note: during build, there's a warning when using mdbook-toc compiled against an older mdbook version, should work though.
MDBOOK_VERSION: "0.4.37"
MDBOOK_VERSION: "0.4.40"
MDBOOK_TOC_VERSION: "0.14.2"
MDBOOK_ADMONISH_VERSION: "1.15.0"
MDBOOK_ADMONISH_VERSION: "1.17.1"
MDBOOK_BIN: "/tmp/mdbook-bin"
OXIPNG_VERSION: "9.0.0"
OXIPNG_VERSION: "9.1.1"
MARKDOWNLINT_CLI2_VERSION: "0.13.0"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -56,13 +57,13 @@ jobs:

- name: "Upload Pages artifact"
if: github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: book

- name: "Deploy to GitHub Pages"
if: github.ref == 'refs/heads/master'
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4


markdown-lint:
Expand All @@ -71,7 +72,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install markdownlint-cli2"
run: npm install -g markdownlint-cli2
run: npm install -g markdownlint-cli2@$MARKDOWNLINT_CLI2_VERSION

- name: "Run lint"
run: ./lint.sh
Expand All @@ -90,7 +91,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Check license headers"
uses: apache/skywalking-eyes/header@v0.5.0
uses: apache/skywalking-eyes/header@v0.6.0
with:
# log: debug # optional: set the log level. The default value is `info`.
config: .github/other/licenserc.yml
Expand Down

0 comments on commit b50aa32

Please sign in to comment.