diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d2b27ef..86d950c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 - name: Refresh Packages - run: sudo apt-fast -y update + run: sudo apt-get -y update - name: Install Dependencies - run: xargs -a dependencies sudo apt-fast install -y + run: xargs -a dependencies sudo apt-get install -y - name: Python Setup uses: actions/setup-python@v4 @@ -34,7 +34,7 @@ jobs: env: PR_NUMBER: ${{ github.event.number }} ID: ${{ github.run_attempt }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FTCDOCS-PDF path: | @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - name: Refresh Packages - run: sudo apt-fast -y update + run: sudo apt-get -y update - name: Python Setup uses: actions/setup-python@v4 @@ -66,7 +66,7 @@ jobs: run: make -C docs/ html - name: Archive Site - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FTCDOCS-HTML path: 'docs/build/html' @@ -103,7 +103,7 @@ jobs: - name: Archive Log if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 env: PR_NUMBER: ${{ github.event.number }} ID: ${{ github.run_attempt }} diff --git a/docs/source/index.rst b/docs/source/index.rst index 603ebae..390ea60 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,7 @@ *FIRST* Tech Challenge Archived documentation -==================================== +============================================= This is the archived documentation for the FIRST Tech Challenge. This documentation is no longer maintained and is provided for historical reference only. For the latest documentation, please visit the `FIRST Tech Challenge documentation `_. @@ -11,4 +11,4 @@ For the latest documentation, please visit the `FIRST Tech Challenge documentati :maxdepth: 2 :caption: Contents: - ftc_ml/index \ No newline at end of file + ftc_ml/index