Skip to content

Commit

Permalink
Attempt fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Nov 13, 2024
1 parent 74aad18 commit 20736e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ jobs:
make web_pages/me/index.html
- name: Upload web-pages as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: microemacs/doc/web_pages/me/

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@v4
Expand Down

0 comments on commit 20736e1

Please sign in to comment.