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 2de0ea2 commit 32c5c99Copy full SHA for 32c5c99
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+custom: https://buymeacoffee.com/manid2
.github/workflows/hugo.yaml
@@ -3,7 +3,8 @@ name: GitHub Pages
3
on:
4
push:
5
branches:
6
- - main # Set a branch to deploy
+ - main
7
+ - dev
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -91,6 +92,7 @@ jobs:
91
92
deploy:
93
needs: build
94
runs-on: ubuntu-latest
95
+ if: github.ref_name == 'main'
96
environment:
97
name: github-pages
98
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments