Skip to content

Commit

Permalink
testing yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmeline2002 committed Jun 24, 2024
1 parent 021acc2 commit 1c947fd
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/copy_readme_updates_to_rtd_source.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
3 changes: 3 additions & 0 deletions docs/source/installation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The RFSoC4x2, as shown in the image below, is a board built and sold by [Real Di
</p>





In this document we outline the setup for using QICK-DAWG with a RFSoC4x2. Specifically, we show how to:

1. Setup RFSoC4x2 Hardware<br>
Expand Down
Empty file added temp.txt
Empty file.

0 comments on commit 1c947fd

Please sign in to comment.