Skip to content

Commit

Permalink
changes in dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ike committed Jul 14, 2023
1 parent cb1e46e commit fe88e86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-4.0-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ on:
paths:
- "4.0/**"
#branches: ["master", "main"]
#

jobs:
prepare_outputs:
runs-on: ubuntu-latest
name: Generate 4.0 outputs
steps:
- uses: docker/login-action@v1
- uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- uses: actions/checkout@v3
- run: make 4.0
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3.1.2
with:
name: ASVS 4.0
path: 4.0/docs_*
4 changes: 2 additions & 2 deletions .github/workflows/create-5.0-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
name: Generate 5.0 outputs
steps:
- uses: docker/login-action@v1
- uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- uses: actions/checkout@v3
- run: make 5.0
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3.1.2
with:
name: ASVS 5.0 Bleeding Edge
path: 5.0/dist/en/
Empty file added 4.0/CHANGED
Empty file.
Empty file added 5.0/CHANGED
Empty file.

0 comments on commit fe88e86

Please sign in to comment.