File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ name: Deploy MkDocs to Neocities
33on :
44 push :
55 branches :
6- - gh-pages # Trigger only on changes to the gh-pages branch
7-
6+ - gh-pages
7+ workflow_dispatch :
8+
89concurrency : # Prevent concurrent deploys
910 group : deploy-to-neocities
1011 cancel-in-progress : true
2425 - name : Deploy to Neocities
2526 uses : bcomnes/deploy-to-neocities@v3
2627 with :
27- api_key : ${{ secrets. NEOCITIES_API_TOKEN }} # Neocities API token from GitHub secrets
28+ api_key : $NEOCITIES_API_TOKEN # Neocities API token from GitHub secrets
2829 dist_dir : . # Use the current directory since it contains the generated HTML
2930 cleanup : true # Optional: Remove orphaned files on Neocities
30- preview_before_deploy : true
31+ preview_before_deploy : true preview_before_deploy: true
You can’t perform that action at this time.
0 commit comments