Skip to content

Commit

Permalink
[PGOV-563] Remove 'with' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
vauxia committed Feb 11, 2025
1 parent 677532d commit e4e7890
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-docs-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ jobs:
cache: npm
- name: Install dependencies
run: npm install --frozen-lockfile --non-interactive
with:
working-directory: 'docs/'
working-directory: 'docs/'
- name: Build
run: npm run build
with:
working-directory: 'docs/'
working-directory: 'docs/'
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit e4e7890

Please sign in to comment.