Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Mar 21, 2024
1 parent 8012a49 commit 7b94f7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
- name: Unzip artifact
run: unzip build -d dir
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: dir
path: LearningOutcomesGenerator
- name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 7b94f7c

Please sign in to comment.