Skip to content

Merge pull request #1 from vechain/feat/mobile-feature-flags #6

Merge pull request #1 from vechain/feat/mobile-feature-flags

Merge pull request #1 from vechain/feat/mobile-feature-flags #6

name: Deploy to GH pages
on:
push:
branches: [main]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
packages: write
jobs:
BuildAndDeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "./feature-flags"
path: "./mobile-feature-flags"

Check failure on line 28 in .github/workflows/deploy-gh-pages.yaml

View workflow run for this annotation

GitHub Actions / Deploy to GH pages

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-gh-pages.yaml (Line: 28, Col: 11): 'path' is already defined
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1