Skip to content

Commit

Permalink
chore: revert page action (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Dec 11, 2023
1 parent 1b67c0d commit b413ccf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
run: npm install

- name: Build
run: npm run build --base-href=https://sap.github.io/fundamental/

- name: Deploy
if: success()
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b413ccf

Please sign in to comment.