We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26905e6 commit f3d6d3cCopy full SHA for f3d6d3c
.github/workflows/publish-to-gh-pages.yml
@@ -1,6 +1,9 @@
1
name: Publish to Github Pages
2
run-name: ${{github.actor}} is deploying to Github Pages
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
permissions:
8
contents: write
9
jobs:
@@ -17,3 +20,4 @@ jobs:
17
20
uses: JamesIves/github-pages-deploy-action@v4
18
21
with:
19
22
folder: build
23
+ repository_name: https://github.com/CodeforLeipzig/leipzigmaps.git
0 commit comments