Skip to content

Refactor get_xml_string function to handle non-existent paths #7

Refactor get_xml_string function to handle non-existent paths

Refactor get_xml_string function to handle non-existent paths #7

Workflow file for this run

name: Read the Docs
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
# paths:
# - "docs/**"
permissions:
pull-requests: write
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "adam-docs"