Commit: c62739768891ffa9637c73991256e33d291f595e Parent: d0d21db88c71c2cf34aadb6eee6ecaba78a75f63 Author: Luke Stadem Date: 2023-10-13 18:57 UTC Summary: Update static.yml .github/workflows/static.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 67ac37c..7056450 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,8 +31,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Rename file - run: mv docs/latest/draft-tasd-spec.html docs/latest/index.html + - name: Copy to index.html + run: cp docs/latest/draft-tasd-spec.html docs/latest/index.html + - name: Copy to index.txt + run: cp docs/latest/draft-tasd-spec.txt docs/latest/index.txt - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact