Fix: fix mv and cp behavior to be in line with bash when working with… #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- "main" | |
- "master" | |
- "versions/*" | |
tags: | |
- "v*" | |
pull_request: | |
jobs: | |
mkdocs-release: | |
uses: ./.github/workflows/mkdocs.yml |