Skip to content

Commit

Permalink
Add composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre committed Jul 20, 2024
1 parent 318a06e commit d95cd63
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-pages-composite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build and Deploy app to GitHub Pages - Composite

on:
push:
branches: [main]

permissions:
contents: read
pages: write
id-token: write

jobs:
build-deploy-gh-pages:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Build and Deploy glnk-dev Webapp to GitHub Pages
uses: glnk-dev/webapp@v0.1.0
with:
GLNK_USERNAME: quuz
GLNK_JSONPATH: public/glnk.json
GLNK_PUBLIC_URL: /webapp
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Deploy glnk-webapp to GitHub Pages
description: Build and Deploy glnk-webapp to GitHub Pages
name: Build and Deploy glnk-dev Webapp to GitHub Pages
description: Build and Deploy glnk-dev Webapp to GitHub Pages
branding:
icon: book-open
color: yellow
Expand Down

0 comments on commit d95cd63

Please sign in to comment.