Skip to content

Add solution to the "No route host" message of third-party terminal a… #39

Add solution to the "No route host" message of third-party terminal a…

Add solution to the "No route host" message of third-party terminal a… #39

Workflow file for this run

name: Publish wiki
on:
push:
branches: [main]
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: "Update AsciiDoc pages"
run: "scripts/update_site.sh"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: 'modules/'