Skip to content

[dependencies] Remove "github.com/mitchellh/mapstructure" (#623) #36

[dependencies] Remove "github.com/mitchellh/mapstructure" (#623)

[dependencies] Remove "github.com/mitchellh/mapstructure" (#623) #36

Workflow file for this run

# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
---
name: Deploy Documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force