From dc538ae849a82f3027d33a235b48231b9e5f5f1d Mon Sep 17 00:00:00 2001 From: Aaron <56617292+SpinnerX@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:19:44 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9543f9f..c87017d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,9 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.x - # - run: sudo apt install doxygen - - run: pip install -r requirements.txt + - uses: actions/cache@v2 + with: + key: ${{ github.ref }} + path: .cache - run: pip install mkdocs-material - run: mkdocs gh-deploy --force