Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Mar 25, 2024
1 parent 3b3db3b commit aa8c9b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Pages

on:
workflow_dispatch:
push:
branches:
- main
page_build:

jobs:
build:
Expand All @@ -17,7 +15,7 @@ jobs:
run: cd website && curl https://raw.githubusercontent.com/arcanis/mael.dev-docs/main/install.sh | tee /dev/stderr | bash

- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./website/build

Expand All @@ -36,4 +34,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit aa8c9b3

Please sign in to comment.