Update deploy.yml

This commit is contained in:
MacRimi 2025-02-14 11:20:37 +01:00 committed by GitHub
parent aadd63634b
commit cf788a168f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,12 +31,6 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Copy guides and changelog to web directory
run: |
mkdir -p web/guides
cp -r guides/* web/guides/
cp CHANGELOG.md web/
- name: Install dependencies
run: |
cd web