Skip to content

Commit 6ff1deb

Browse files
author
Pascal Guenther
committed
CI: Deplay webapp
1 parent 19488b6 commit 6ff1deb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/webapp.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Deploy-Webapp
2+
permissions:
3+
contents: write
24

35
on:
46
push:
@@ -21,10 +23,7 @@ jobs:
2123
# Build your program with the given configuration
2224
run: cmake --build ${{github.workspace}}/build --target aoc-2024-web -j8
2325

24-
- name: Deploy webapp to Github pages
25-
uses: JamesIves/github-pages-deploy-action@v4.4.1
26+
- name: Deploy 🚀
27+
uses: JamesIves/github-pages-deploy-action@v4
2628
with:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
BRANCH: gh-pages
29-
FOLDER: build/bin/aoc-2024-www
30-
29+
folder: build/bin/aoc-2024-www # The folder the action should deploy.

0 commit comments

Comments
 (0)