Skip to content

Commit

Permalink
.github/workflows/pages.yml: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 15, 2023
1 parent 725cc69 commit fbea941
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "pages"

on:
push:
branches: [master]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -35,13 +34,13 @@ jobs:
with:
path: ./result

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
#deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

0 comments on commit fbea941

Please sign in to comment.