Skip to content

Commit

Permalink
Update deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso authored Jan 21, 2025
1 parent c52b524 commit 20ef202
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: |
mkdir -p _site
cp *.md _site/
cp -r documentation/* _site/
cp -r config/* _site/
cp -r tools/* _site/
cp -r misp-playbooks/* _site/
cp -r documentation _site/
cp -r config _site/
cp -r tools _site/
cp -r misp-playbooks _site/
- name: Convert site
run: |
Expand Down

0 comments on commit 20ef202

Please sign in to comment.