Skip to content

Commit

Permalink
Create actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arkwnet committed Feb 12, 2024
1 parent 3c552c9 commit be561db
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
artifact:
uses: actions/upload-pages-artifact@v1
with:
path: build
deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit be561db

Please sign in to comment.