diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6b8b86bdf1b..fb03276b834 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -43,7 +43,7 @@ jobs: fi - name: Build website - run: python3 update-attack.py --attack-brand --extras resources --subdirectory attack-website/ --no-test-exitstatus + run: python3 update-attack.py --attack-brand --extras resources --subdirectory attack-website --no-test-exitstatus - name: Cleanup build run: rm -rf attack-versions