Merge pull request #19 from niclaz/data-tests-patch

Data tests patch - removed duplicate process in deploy.yaml
This commit is contained in:
Mykola Siusko 2024-09-06 20:33:36 +02:00 committed by GitHub
commit 4bdfd36491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4