From ef2be6ca9b6a0ca10c82c062023190163a0277e4 Mon Sep 17 00:00:00 2001
From: Austin Anderson <angerson@google.com>
Date: Fri, 16 Jun 2023 15:18:14 -0700
Subject: [PATCH] Fix workflow again, again, again

---
 .github/workflows/dashboard.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml
index 59a72f1..0e03799 100644
--- a/.github/workflows/dashboard.yml
+++ b/.github/workflows/dashboard.yml
@@ -107,7 +107,7 @@ jobs:
         run: |
           mv artifacts/tensorflow .site
           mv -t .site tf_oss_dashboard/*
-          mv -t .site artifacts/*
+          rmdir artifacts || mv -t .site artifacts/*
 
       - name: Setup Pages
         uses: actions/configure-pages@v3
-- 
GitLab