From 1c947fdc4e66034cbf7431fc4cabb3f3c0d8b186 Mon Sep 17 00:00:00 2001 From: egriend Date: Mon, 24 Jun 2024 14:27:07 -0600 Subject: [PATCH] testing yaml file --- .../copy_readme_updates_to_rtd_source.yaml | 29 +++++++++++++++++++ docs/source/installation/Readme.md | 3 ++ temp.txt | 0 3 files changed, 32 insertions(+) create mode 100644 .github/workflows/copy_readme_updates_to_rtd_source.yaml create mode 100644 temp.txt diff --git a/.github/workflows/copy_readme_updates_to_rtd_source.yaml b/.github/workflows/copy_readme_updates_to_rtd_source.yaml new file mode 100644 index 0000000..460dce8 --- /dev/null +++ b/.github/workflows/copy_readme_updates_to_rtd_source.yaml @@ -0,0 +1,29 @@ +name: copy readme updates to rtd source + +on: + push: + branches: + - docs # Change to your branch name if different + +jobs: + copy-file: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Copy file + run: | + mkdir -p ../../docs/source/installation + cp ../../../temp.text ../../docs/source/installation/temp.text + + # - name: Commit changes + # run: | + # git config --global user.name "github-actions[bot]" + # git config --global user.email "github-actions[bot]@users.noreply.github.com" + # git add destination_folder/your_file.txt + # git commit -m "Copy file to destination folder on push" + # git push + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/source/installation/Readme.md b/docs/source/installation/Readme.md index 1e4befe..6fe3735 100644 --- a/docs/source/installation/Readme.md +++ b/docs/source/installation/Readme.md @@ -12,6 +12,9 @@ The RFSoC4x2, as shown in the image below, is a board built and sold by [Real Di

+ + + In this document we outline the setup for using QICK-DAWG with a RFSoC4x2. Specifically, we show how to: 1. Setup RFSoC4x2 Hardware
diff --git a/temp.txt b/temp.txt new file mode 100644 index 0000000..e69de29